https://github.com/raphaeltm/mm-test
test of Expo
https://github.com/raphaeltm/mm-test
Last synced: 3 months ago
JSON representation
test of Expo
- Host: GitHub
- URL: https://github.com/raphaeltm/mm-test
- Owner: raphaeltm
- Created: 2020-07-04T01:17:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T01:22:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T05:41:18.429Z (3 months ago)
- Language: TypeScript
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mm-test
test of Expo
#For getting to the next View
I will use the React Native with the moving between screens for get to a new screen.
link I had been reading for get to the other view
https://reactnavigation.org/docs/navigating
# Fetching the data
I will use your method that you show me for getting the next description of ITEMS
A detail screen which will display the public_image, the title and the short_description.
for get the short_description I will fetch a new item in Array and I will
{items.map((item) => (
//to get the description
{item.short_description}
//the get the title
{item.title}
))}
but for the image I am having problems I had been trying to get the images using the URL direct
for the styles I will use a simple knowledge I got using css with the styles