This is a stripped down Expo app based on the Graysky project. It keeps only the UI structure so you can plug in your own APIs.
- Login screen that navigates to the main app when the button is pressed.
- Bottom tab navigation with Home and Profile pages.
- The feed page is empty; add your own API logic.
- Profile page placeholder.
- Install dependencies:
pnpm install --filter starter-app...
- Start the development server:
pnpm --filter starter-app dev
This will open the Expo dev tools where you can run the app on iOS, Android or web.