A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
When using DropDownPicker with listMode="MODAL", when opening it, it changes the StatusBar background color (in my case, it changes from the custom background color in our app to white).
When using DropDownPicker with
listMode="MODAL"
, when opening it, it changes the StatusBar background color (in my case, it changes from the custom background color in our app to white).I tested in iOS.
Example:
Expected behaviour:
It shouldn't change the StatusBar background color.