/todo-app

Todo App developed with React Native Expo

Primary LanguageTypeScript

Todo App

Todo app developed using React Native(Expo)

Getting Started

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