Skip to content

Commit ec48f9f

Browse files
committed
fix: build error in ExpoHostRuntime for Expo 54
1 parent dadd7e6 commit ec48f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-brownfield/ios/ExpoHostRuntime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class ExpoHostRuntime {
3737
// below: https://github.com/expo/expo/pull/39418/changes/5abd332b55b2ee7daee848284ed5f7fe1639452e
3838
// has removed bindReactNativeFactory method from ExpoAppDelegate
3939
#if !EXPO_SDK_GTE_55 // this define comes from the Brownfield Expo config plugin
40-
appDelegate.bindReactNativeFactory?(factory: factory)
40+
appDelegate.bindReactNativeFactory(factory)
4141
#endif
4242
expoDelegate = appDelegate
4343

0 commit comments

Comments
 (0)