Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 603 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.

a
2
3