React Native GridView using flatlist and offline support
Ensure you install the dependencies first by running:
npm install
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.