Got anyone working Airbnb's native-navigation working in CRNA?

Hi everybody,

got anyone working Airbnb’s native-navigation working in CRNA? If so, can you share a working example?

Thanks a lot,

Jan

Also see https://github.com/airbnb/native-navigation/issues/49

That GitHub thread is the best place to follow this topic. It’s less of a need for Expo apps because they are all “greenfield”, pure-JS apps that can take advantage of React Navigation (https://reactnavigation.org) and don’t need to interoperate with existing native UIViewControllers or Android Fragments.

Airbnb Native Navigation was designed for integration with existing UIKit and Android apps. This is useful when you’d like to embed ExpoKit into an existing app, so it’s something we’d eventually like to provide but also isn’t one of our top priorities now.

Thanks for your answer. I liked the API of native-navigation. I will try something else then. Thanks again!