Expo-Updates with React-Native-Navigation

Hello, Sorry for posting this in the wrong place originally.

I’m wondering if anyone knows of any basic examples or has any advice on using expo-updates in a bare app with react-native-navigation.

I’m unsure on how to setup AppDelegate.m based on the examples in the expo-update docs and the RNN docs. RNN bootstraps with [ReactNativeNavigation bootstrap:jsCodeLocation launchOptions:launchOptions]; which I have tried calling from initializeReactNativeApp without any luck, the app boots but after the splash screen it is just blank.

1 Like