simple To Do application written in React Native
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/ru
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.
Github Repository
Tags: #React #React Native #Todo