A mobile app to manage todo lists built with React Native (React Native CLI).2 Fork from Github
Install library npm install
Run react server
npm run start
- Open iOS 14 simulator
- Open another terminal and deploy iOS APP with command
npm run ios
If simulator not open. Plz open ios simulator manually.
Error code=405
need to delete xcode cache from /Users/<user name>/Library/Developer/Xcode/DerivedData/
Run Android command
npm run android