We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadd7e6 commit ec48f9fCopy full SHA for ec48f9f
1 file changed
packages/react-native-brownfield/ios/ExpoHostRuntime.swift
@@ -37,7 +37,7 @@ final class ExpoHostRuntime {
37
// below: https://github.com/expo/expo/pull/39418/changes/5abd332b55b2ee7daee848284ed5f7fe1639452e
38
// has removed bindReactNativeFactory method from ExpoAppDelegate
39
#if !EXPO_SDK_GTE_55 // this define comes from the Brownfield Expo config plugin
40
- appDelegate.bindReactNativeFactory?(factory: factory)
+ appDelegate.bindReactNativeFactory(factory)
41
#endif
42
expoDelegate = appDelegate
43
0 commit comments