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 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}/>