TaskFlatList

Required Installation

npm install react-native-cli npm install react-navigation

what is TaskFaltList

it is a simple app shows the following:

  1. 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:

Alt text

  • when item pressed :

Alt text

  1. second screen shows GirdView filled by images using FlatList
  • onPress on every item that shows the image bigger

Alt text

  • when item pressed :

Alt text

  1. third screen shows Todo list filled from json object as FlatList with a possibility to add a new Todo tasks

Alt text