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
The example project is missing the title and display's a RN warning message at the bottom of the screen. If you add a title to the navigatorIOS (see below) it fixes this issue. @maxs15: let me know if you would like a pull request for this.
The example project is missing the title and display's a RN warning message at the bottom of the screen. If you add a title to the navigatorIOS (see below) it fixes this issue. @maxs15: let me know if you would like a pull request for this.
<NavigatorIOS initialRoute={{component: Record, title: 'Camera'}} style={{flex: 1}} navigationBarHidden={true}/>
The text was updated successfully, but these errors were encountered: