-
Clone this repo,
-
Go to project's root directory,
cd Todo
-
Run
yarn
to install dependencies -
Start the packager with
yarn start
-
Connect a mobile device to your development machine
-
Run the test application:
- On Android:
- Run
react-native run-android
or Use Android Studio (Recommended)
- Run
- On iOS:
- Open
ios/YourReactProject.xcworkspace
in Xcode - Hit
Run
after selecting the desired device
- Open