Alec B. Plumb
f8fa7341a1
Allow subclasses of NavigationApplication to provide a custom ReactNativeHost. (#2552)
Currently the default NavigationReactNativeHost only adds the NavigationPackage. Users of React Native Navigation may need to override additional methods in ReactNativeHost. This change allows advanced users to provide their own implemenation of ReactNativeHost, with the requirement that they add the NavigationPackage themselves.