You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
83 | bridging::getParameterCount(&T::allowCollapsableChildren) == 1,
| ^ no member named 'allowCollapsableChildren' in 'facebook::react::NativeReactNativeFeatureFlags'
84 | "Expected allowCollapsableChildren(...) to have 1 parameters");
85 |
86 | return bridging::callFromJs(
115 | bridging::getParameterCount(&T::enableBackgroundExecutor) == 1,
| ^ no member named 'enableBackgroundExecutor' in 'facebook::react::NativeReactNativeFeatureFlags'
116 | "Expected enableBackgroundExecutor(...) to have 1 parameters");
117 |
118 | return bridging::callFromJs(
The text was updated successfully, but these errors were encountered:
when i run 'npx expo run:ios', I encountered this issue below
(/Users/a1234/app/node_modules/react-native-lz4/ios/generated/build/generated/ios/FBReactNativeSpecJSI.h:83:43)
81 | bool allowCollapsableChildren(jsi::Runtime &rt) override {
82 | static_assert(
❌ (/Users/a1234/app/node_modules/react-native-lz4/ios/generated/build/generated/ios/FBReactNativeSpecJSI.h:115:43)
113 | bool enableBackgroundExecutor(jsi::Runtime &rt) override {
114 | static_assert(
The text was updated successfully, but these errors were encountered: