You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detox overrides React Native Navigation statusBarHidden with true.
When app is ran through detox the status bar is visible, even though it is set to false on RNN.
Detox, Node, Device, Xcode and macOS Versions
Detox: 7.3.3
React Native: 0.51
Node: 8.7.0
Device: Iphone 7
Xcode: 9.3.1
macOS: 10.13.3
The text was updated successfully, but these errors were encountered:
This doesn't make much sense. StatusBarHidden is an internal property of RNN, Detox doesn't touch it.
The bug might be caused by something else. Can you provide a reproucable scenario ?
Description
Detox overrides React Native Navigation statusBarHidden with true.
When app is ran through detox the status bar is visible, even though it is set to false on RNN.
Detox, Node, Device, Xcode and macOS Versions
The text was updated successfully, but these errors were encountered: