Example React native mobile todo app.
- node js (https://nodejs.org/en)
- Android Studio (https://developer.android.com/studio)
- Clone the repo
git clone https://github.com/kylemccullen/byte-press-mobile.git - Install dependencies
npm i - Create
./secrets.tsand set the FORWARD_API to the value output of running ngrok. You can also set a debugValue for email or password to auto-set the login form each time.export const FORWARD_API = "https://<random-url-key>.ngrok-free.app"; export const debugValues = { email: "", password: "" }
- Run the app
npx expo start
