Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joemaddalone/react-native-todo

A simple To Do application written in React Native
https://github.com/joemaddalone/react-native-todo

Last synced: about 1 month ago
JSON representation

A simple To Do application written in React Native

Awesome Lists containing this project

README

        

Example To Do List application in react-native
========================

### Requirements, install as needed:

##### React Native:
```
$ npm i -g react-native-cli
```

##### watchman:
```
$ brew install watchman
```

##### clone this repo:

```
$ cd react-native-todo
$ npm install
$ react-native run-ios
```

Open the directory in the text editor of your choice.