Raman Gupta

Results 330 comments of Raman Gupta

And an update... yes, it appears this approach is not compatible with Expo... returning `self` seems to break Expo's internal loading mechanisms. So I'd love to understand what is going...

> But I am happy to use a different solution. If `self` is the problem we could also create a separate class for the bridge delegate that contains `extraModulesForBridge`. This...

It seems that this approach does not support the "reload" function of Expo in iOS. When the app is initially loaded, the RN modules are loaded as well. However, when...

I'm wondering if [this commit](https://github.com/expo/expo/commit/6ada649a724fc7908a3c10cf6d82b50821753988#diff-079a9cd78e8567860811fdde699503ca772130cfa05aad844a2cc02b3a5e1939R121-R126) in Expo will solve it -- it seems they've added some explicit logic for `extraModulesForBridge`.

> Looking into Expo the next couple of days, but have not much experience with it yet. > My knowledge was that you have no direct access to `AppDelegate.m` or...

> Adding `extraModulesForBridge` (not overwriting `createBridgeWithDelegate`) on Expo 52 seemed to work for me That's great news. I haven't tried Expo 52 yet, but [the commit I referenced above](https://github.com/expo/expo/commit/6ada649a724fc7908a3c10cf6d82b50821753988#diff-079a9cd78e8567860811fdde699503ca772130cfa05aad844a2cc02b3a5e1939R121-R126) and...

In Expo 53.0.0 (which now uses `AppDelegate.swift`) at the bottom of `AppDelegate.swift` they have an additional class defined: ``` class ReactNativeDelegate: ExpoReactNativeFactoryDelegate { // Extension point for config-plugins ... }...

> I will submit a README update. https://github.com/voize-gmbh/reakt-native-toolkit/pull/98

Thanks, I haven't as I have dependencies that prevent me from upgrading at this time. I've only seen this happen once, so I'm fine with closing it. I can re-open...

I'm re-opening this because I've seen it happen a few times now with FirebaseUI 8.0.2. The exception is slightly different but its the same `startSaveCredentials` in the stack. ``` java.lang.NullPointerException:...