Exporting Code
You own 100% of the code generated by Natively. Export it anytime to work locally, hand off to developers, or host elsewhere.Export Options
GitHub Sync
Automatic sync to your repository
Download ZIP
Download complete source code
Downloading as ZIP
What’s Included
Your export contains a complete, runnable Expo project:Running Locally
Local Development Requirements
| Requirement | Version |
|---|---|
| Node.js | 18 or higher |
| npm | 9 or higher |
| Expo CLI | Latest (via npx) |
For iOS Development (Mac only)
- Xcode 15+
- iOS Simulator
For Android Development
- Android Studio
- Android Emulator or physical device
Customizing Exported Code
The exported code is standard React Native/Expo. You can:Add native modules
Add native modules
Install and configure native packages that require additional setup
Modify build configuration
Modify build configuration
Customize app.json, eas.json, and native configuration
Integrate with CI/CD
Integrate with CI/CD
Set up automated builds and deployments
Hand off to developers
Hand off to developers
Share with your development team for further work
Backend Considerations
If your app uses Specular backend:Options for Backend
- Keep using Natively - Your Specular backend continues working
- Migrate to Supabase - Move data to your own Supabase project
- Build custom backend - Create your own API using the generated code as reference
Building Without Natively
To build for app stores locally:- EAS Build (Recommended)
- Local Build
Maintaining After Export
If you continue development outside Natively:Keep Dependencies Updated
Regularly update Expo SDK and packages
Follow React Native Best Practices
Learn from the generated code patterns
Monitor for Issues
Set up error tracking (Sentry, etc.)
Test on Devices
Always test on real devices before releasing
Re-importing to Natively
Currently, importing external changes back into Natively is supported via GitHub sync:- Connect GitHub to your Natively project
- Push changes from your local development
- Changes sync to Natively on next project open
Major structural changes made outside Natively may affect how well the AI can assist with future changes.