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:

Dark

To activate this theme, run in the project's root folder:

Fancy

To activate this theme, run in the project's root folder:

Material

To activate this theme, run in the project's root folder:

Classic

To activate this theme, run in the project's root folder:

Last updated