Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 538 Bytes

to.do

A mobile app to manage todo lists built with React Native (React Native CLI).2 Fork from Github

Setup

Install library npm install

Run

Run react server npm run start

Run iOS simulator

  1. Open iOS 14 simulator
  2. 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 simulator

Run Android command npm run android