Theming
There are a few pre-built themes available in React Native Starter. To enable any particular theme, go to the project's directory and run the command in console for the selected theme.
Classic Blue
To activate this theme, run in the project's root folder:
$THEME_NAME=blue bash ./change-theme.sh

Classic Red
To activate this theme, run in the project's root folder:
$THEME_NAME=red bash ./change-theme.sh

Dark
To activate this theme, run in the project's root folder:
$THEME_NAME=dark bash ./change-theme.sh

Fancy
To activate this theme, run in the project's root folder:
$THEME_NAME=fancy bash ./change-theme.sh

Material
To activate this theme, run in the project's root folder:
$THEME_NAME=material bash ./change-theme.sh

Classic
To activate this theme, run in the project's root folder:
$THEME_NAME=classic bash ./change-theme.sh

Last updated