This is my submission for the code challenge from Foxbox
yarn
cd ios
pod install
react-native run-[ios, android]
- Redux
- Redux Thunk
- React Native Elements
- React Navigation
- React Native Linear Gradient
- ReduxSauce
- Seamless Immutable
First, make use of virtualzation. I already use FlatList which comes with it out of the box.
Cache images, one option is to use fast image.
Use Pure Components or React.memo()
for function components.