- React-Native
- Redux
- Wix Navigation (this is the best native navigation that javascript has to offer)
- eslint
- eslint-config-airbnb
- babel
- .editorconfig
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.
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.
I intentionally did not include any testing framework so that I would reduce unnecessary boilerplate.