Documentation Index
Fetch the complete documentation index at: https://docs.fastshot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why connect GitHub
GitHub integration is required for deploying your app to the App Store or Google Play. It also gives you:- Full source code in your own repository
- Version history of all changes
- Ability to clone and develop independently
Connecting GitHub
- Click Deploy in the editor
- Choose Android or iOS deployment
- Authorize Fastshot to access your GitHub account
- A repository is created automatically for your app
What gets synced
- All app source code (components, screens, navigation, styles)
- Configuration files (
app.json,package.json, etc.) - Assets (icons, images, fonts)
- Expo build configuration
Using the source code
Once your code is on GitHub, you can:- Clone the repo — work on the code locally with your own editor
- Deploy independently — use Expo CLI or EAS Build directly
- Collaborate — invite other developers to the repository
- Customize further — make changes that go beyond what the AI can do