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.
To activate this theme, run in the project's root folder:
$THEME_NAME=blue bash ./change-theme.sh

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

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

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

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

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

Last modified 4yr ago