An open API service indexing awesome lists of open source software.

https://github.com/react-native-training/basic-react-native-redux-example

Basic React Native Redux Example
https://github.com/react-native-training/basic-react-native-redux-example

Last synced: 11 months ago
JSON representation

Basic React Native Redux Example

Awesome Lists containing this project

README

          

# React Native Redux Example

To get started:

1. Clone repo
```
git clone https://github.com/react-native-training/basic-react-native-redux-example.git
```

2. Install dependencies
```
npm i || yarn
```

3. Start packager
```
npm start
```

4. Run on device of choice.