Required Installation
npm install react-native-cli npm install react-navigation
what is TaskFaltList
it is a simple app shows the following:
- first screen shows a FlatList filled from a json object
- onPress on every item that shows the details of that item on a new screen:
- when item pressed :
- second screen shows GirdView filled by images using FlatList
- onPress on every item that shows the image bigger
- when item pressed :
- third screen shows Todo list filled from json object as FlatList with a possibility to add a new Todo tasks