Demo GridView - React Native
React Native GridView using flatlist and offline support
Running the application
Prerequisites
Installing dependencies
Ensure you install the dependencies first by running:
npm install
Running the app
To run the iOS application, first run the packager:
npm start
Then run the simulator: for ios:
react-native run-ios
for android
react-native run-android
Alternatively you could also run the applicatin on an actual mobile device via Xcode.