Skip to content

hichemBAALI/rn-boilerplate

Repository files navigation

rn-boilerplate

About

This is a react native boilerplate with many useful component such as:

  • Login stack with login screen
  • Home stack with tow screens
  • Scan stack
  • Settings stack with tow screens
  • Custom animated Tab navigation bar react-navigation v5
  • Custom
  • Custom
  • Custom icons library using RemixIcons v2.5

Preview

prevview (1)

How it works

  • First run yarn install && cd ios && pod install && cd ..
  • Or npm install && cd ios && pod install && cd ..

Build flavors

rn-boilerplate came with 2 build flavors for both platform

ANDROID android-character-symbol

Staging
  • Debug yarn android-staging
  • release yarn android-staging-release
Production
  • Debug yarn android-production
  • release yarn android-production-release

iOS app-store (2)

Staging
  • Debug yarn ios-staging
  • release yarn ios-staging-release
Production
  • Debug yarn ios-production
  • release yarn ios-production-release

Please open an issue if something doesn't work or is not clear enough.