Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1015 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 1015 Bytes

React Native ToDo App Tutorial 🚀

This repo contains the course files for the ToDo App Tutorial for Beginners React Native Study Group

Installing dependencies

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.

Starting the expo server

npx expo start

📱 Want to preview your app on your device? Here's how to download the Expo Go app:

🖥️ 💻 Interested in testing on a virtual device? You'll need either Android Studio or Xcode installed:

Running the app on iOS simulator

npm run ios

Running the app on Android simulator

npm run android