Customize
Change Theme Colors
To change Theme colors and customize any component of the App, just go to variables folder. And change all as you want
commonColors.js source
Rename App
Changing application name is very easy when using CRAN. Just follow this steps:
Edit the
package.json
and change thename
attribut.Edit the
app.json
and change thename
,description
,slug
,bundleIdentifier
andpackage
attribut.
Change App Icon, Logo and SplashScreen
To change App icon, just override
icon.png
file located inassets/images/
.To change App Logo, just override
logo.png
andheader-ogo.png
files located inassets/images/
.To change App launch screen background, just override
splash.png
file located inassets/images/
.
Add a Custom Font
To add a new custom file follow this steps:
Copy font
.ttf
file toassest/fonts/
Edit
/App.js
file and add file path loadfonts function:
Last updated
Was this helpful?