how can I change the IOS bottom navigator bar color

please help

Hey @vinhnguyen95,

This is configured via ‘react-navigation’. I would suggest looking at the documentation, specifically for the tab navigator.

Redirecting to https://reactnavigation.org/docs/tab-based-navigation

Cheers,
Adam

1 Like

thank you so much Adam :grinning:

Sorry @adamjnav I already read the docs but do not find anything to do that
I want to change the color of this area on iOS

on Android I added some code below in the app.json file:

    "androidNavigationBar": {
      "backgroundColor": "#171717"
    },

is there any way to do that on iOS
Please help, :sob: :sob:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.