Project template for mobile app projects using React Native and Expo (via Prebuild).
Make sure your development environment is setup and up-to-date by following this guide.
After you have cloned this repo to start a new mobile app project go through the following steps to customize the template based on your project needs.
Update the following fields in the config/app.config.ts
:
name
(name of the app)appSecret
(inwith-appcenter
plugin options - you need to have App Center projects setup for both iOS and Android versions of the app)slug
(this is really not used but Expo requires it)
- If you don't have a design system yet clone the Design System Template project in Figma.
- Update the design tokens (colors, typography, etc.) to match your project design and branding.
- Add your own app icon and splash screen in the App Icon & Splash page.
- Run
npm run design-system:sync
in the terminal.
TODO: add more info here...