$ npm install
- ESLint v2.0.11
$ npx react-native run-android
$ npx react-native run-ios
- React Native: v0.61.5
- React Native Dotenv
- React Native Vector Icons
- React Navigation v4
- Typescript
- Redux
- React Redux
- Redux Thunk
React Native's FlatList
or SectionList
drastically improves the performance of your app when handling big amounts of data in scrollable lists over the older ListView
component.