airbnb / native-navigation

Native navigation library for React Native applications

Home Page:http://airbnb.io/native-navigation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One error before compiling

henrikra opened this issue · comments

React Native: 0.46.4
native-navigation: 0.2.1

The line 28 is giving me error No known instance method for selector 'makeNavigationControllerWithRootViewController' at AppDelegate.m
Here is the picture of the error:
image
If I comment line 28 it will compile and of course the app crashes on start up. Any tips for this?

Here is also repo of this problem: https://github.com/henrikra/native-navigation-rn-0.46