Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/logeshpaul/reactnativeapp

Simple app using react native
https://github.com/logeshpaul/reactnativeapp

Last synced: about 1 month ago
JSON representation

Simple app using react native

Awesome Lists containing this project

README

        

# ReactNativeApp
Simple app using react native

## Install

Before running the app, make sure you ran:

```
git clone [email protected]:logeshpaul/ReactNativeApp.git
cd ReactNativeApp
npm install
```

## Running on iOS

`react-native run-ios`

## Running on Android

`react-native run-android`

PS. Make sure you install `react-native` via npm & xcode, android studio setup on your machine.