https://github.com/duskload/react-native-test-app
Simple mobile app built with react-native and Redux
https://github.com/duskload/react-native-test-app
react react-native redux
Last synced: 6 months ago
JSON representation
Simple mobile app built with react-native and Redux
- Host: GitHub
- URL: https://github.com/duskload/react-native-test-app
- Owner: duskload
- Created: 2018-10-10T16:45:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T01:32:41.000Z (over 3 years ago)
- Last Synced: 2025-04-05T22:43:25.209Z (over 1 year ago)
- Topics: react, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 42.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-test-app
Simple mobile app built with react-native and Redux
## Install
```bash
# Clone the repository
$ git clone https://github.com/duskload/react-native-test-app
# Install
$ cd react-native-test-app && npm i
```
## Launch
### Prerequisites
1. Android Studio installed
2. Android Studio Emulator launched / real Android device connected to computer via USB
### Start an app
```bash
react-native run-android
```