Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 867 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 867 Bytes

react-native-boilerplate

React Native + Expo + Redux + React Navigation boilerplate

How to make it work

  1. Make sure you have Node.js installed https://nodejs.org/dist/v14.0.0/node-v14.0.0-x64.msi
  2. Install expo-cli using npm i -g expo-cli
  3. Download or clone this repository
  4. Run npm install in project folder
  5. Run expo start in project folder

Learn more