Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 279 Bytes

File metadata and controls

20 lines (15 loc) · 279 Bytes

React Native Redux Example

To get started:

  1. Clone repo
git clone https://github.com/react-native-training/basic-react-native-redux-example.git
  1. Install dependencies
npm i || yarn
  1. Start packager
npm start
  1. Run on device of choice.