Todo app developed using React Native(Expo)
Install dependencies:
npm install
# or
yarn
First, run the development server:
npm run start
# or
yarn start
Then run the project on ios, android or web
- For the IOS Emulator
npm run ios
# or
yarn ios
- For the Android Emulator
npm run android
# or
yarn android
- For the Web
npm run web
# or
yarn web