- You need expo CLI installed (https://docs.expo.dev/get-started/installation/)
- App can run on simulator or on a device (Expo Go). I would reccommend device as it's simpler to set up and less heavy (simulators take a lot of space)
- Expo Go can be simply downloaded from App Store
- For packages, you can run expo install, it will automatically use your package manager
- Once everything is installed, you can run
expo start
- Scan QR code which will appear in terminal and enjoy the app in Expo Go :)