Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 432 Bytes

File metadata and controls

26 lines (20 loc) · 432 Bytes

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
$ open ToDoApp.xcodeproj

Click on the play/run button in Xcode.
Open the directory in the text editor of your choice.