Mobile App - how to change color header and footer
These bars are part of react-native, so you need to customize it in mobile apps source code App.js file.
Change this code:
renderToolbar () {
return (
to
renderToolbar () {
return (
Similar approach should work for footer. Also you can add style classand change more design styles, refer to documentation on how to add style sheets
#mobileapps #android #ios #style #color
Credit to : Alex T
-
- · Silver Surfer
- ·
Excuse me for asking this; You change colour in text or number format?
-
We use rgb but you can check this out
-
Thanks mate! 👌🏾
-
- · Expertzkris
- ·
Hi Alex T⚜️ we found out the the app,js was updated we cannot edit it now please advice. ty
-
- · Rocco
-
·
In reply to Expertzkris
- ·
Look at the end of the file App.js
-