Skip to content

emalorenzo/foxbox-challenge

Repository files navigation

Foxbox challenge

This is my submission for the code challenge from Foxbox

code style: prettier

Installation

yarn
cd ios
pod install

react-native run-[ios, android]

Using

  • Redux
  • Redux Thunk
  • React Native Elements
  • React Navigation
  • React Native Linear Gradient
  • ReduxSauce
  • Seamless Immutable

How to make the list more performant

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.

License

MIT

About

React Native app for Foxbox challenge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published