react-native-boilerplate
react-native-boilerplate copied to clipboard
React Native + Expo + Redux + React Navigation boilerplate
trafficstars
react-native-boilerplate
React Native + Expo + Redux + React Navigation boilerplate
How to make it work
- Make sure you have Node.js installed
- Install expo-cli using
npm i -g expo-cli - Download or clone this repository
- Run
npm installin project folder - Run
expo startin project folder
Learn more
- React Native's official Getting Started guide.
- Read about Expo's awesome SDK and platform.
- Read more about navigating between screens using React Navigation.
- Learn about Redux's integration with React & React Native.