·
Added a discussion to , ios

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 (

               

yourcolor'}}>
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

Credit to :  Alex T  

  • 6209
Comments
    Login or Join to comment.