This repo contains the course files for the ToDo App Tutorial for Beginners React Native Study Group
Before using the code from the repository, ensure you execute 'npx install' or 'yarn' in the project directory to install any project depencies first. Without doing this, the code may not work as expected.
npx expo start
- iOS Users: https://apps.apple.com/app/apple-store/id982107779
- Android Users: https://play.google.com/store/apps/details?id=host.exp.exponent
🖥️ 💻 Interested in testing on a virtual device? You'll need either Android Studio or Xcode installed:
- Download Android Studio: https://developer.android.com/studio/install
- Download Xcode: https://developer.apple.com/xcode/resources/
npm run ios
npm run android