I am attempting to add Zeego and react-native-ios-utilities@5.2.0 to my vanilla react native app (version 0.81.4) and am getting the following error when building in Xcode:
react-native-ios-utilities/ios/Sources/ObjcHelpers/RNIObjcUtils.mm:103:37: error: no member named 'convertFollyDynamicToId' in namespace 'facebook::react'
103 | id valueAsId = facebook::react::convertFollyDynamicToId(value);
| ~~~~~~~~~~~~~~~~~^
I am attempting to add Zeego and
react-native-ios-utilities@5.2.0to my vanilla react native app (version 0.81.4) and am getting the following error when building in Xcode: