/react-native-redux-wix-navigation-boilerplate

There is a redux and wix navigation included. This is the perfect place to start learning react native. No expo. No additional boilerplate.

Primary LanguageObjective-C

React Native Redux Wix Navigation Boilerplate

Code Quality Tools

  • eslint
  • eslint-config-airbnb
  • babel
  • .editorconfig

Styles

I did not include styled components because I did not want to add any unnecessary boilerplate. I highly encourage you to install and use styled components though. They have a great documentation.

Data Flow

I also did not include anything except for redux. Most projects will be fine with redux-thunk If you are more advanced programmer then you will probably use either Redux-Observables or Redux-Sagas. Redux-Observables are the cool thing to use but working with Redux-Sagas is just easier.

Testing

I intentionally did not include any testing framework so that I would reduce unnecessary boilerplate.