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

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

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
```