Skip to content

hugohutri/react-native-template

 
 

Repository files navigation

Taito React Native Template banner image

React Native template

Project template for mobile app projects using React Native and Expo (via Prebuild).

Prerequisites

Make sure your development environment is setup and up-to-date by following this guide.

Starting a new project

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 app metadata

Update the following fields in the config/app.config.ts:

  1. name (name of the app)
  2. appSecret (in with-appcenter plugin options - you need to have App Center projects setup for both iOS and Android versions of the app)
  3. slug (this is really not used but Expo requires it)

Setup a design system

  1. If you don't have a design system yet clone the Design System Template project in Figma.
  2. Update the design tokens (colors, typography, etc.) to match your project design and branding.
  3. Add your own app icon and splash screen in the App Icon & Splash page.
  4. Run npm run design-system:sync in the terminal.

TODO: add more info here...

Project documentation

About

Template for React Native applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 1.9%
  • Shell 0.1%