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
Compilation used to work fine in Expo SDK 43. Also, the React Native version didn't change, so I guess it's either some new way Expo is building bare projects or an update to XCode.
/Users/test/Desktop/test/src/testexpoapp/node_modules/react-native-image-rotate/RNImageRotate/ImageRotateModule.m:35:12: Definition of 'RCTBridge' must be imported from module 'React.RCTBridge' before it is required /Users/test/Desktop/test/src/testexpoapp/ios/Pods/Headers/Public/React-Core/React/RCTBridge.h:170:12: Definition here is not reachable /Users/test/Desktop/test/src/testexpoapp/node_modules/react-native-image-rotate/RNImageRotate/ImageRotateModule.m:35:12: Property 'imageLoader' not found on object of type 'RCTBridge *' /Users/test/Desktop/test/src/testexpoapp/node_modules/react-native-image-rotate/RNImageRotate/ImageRotateModule.m:65:14: Property 'imageStoreManager' not found on object of type 'RCTBridge *'
The text was updated successfully, but these errors were encountered:
Compilation used to work fine in Expo SDK 43. Also, the React Native version didn't change, so I guess it's either some new way Expo is building bare projects or an update to XCode.
/Users/test/Desktop/test/src/testexpoapp/node_modules/react-native-image-rotate/RNImageRotate/ImageRotateModule.m:35:12: Definition of 'RCTBridge' must be imported from module 'React.RCTBridge' before it is required
/Users/test/Desktop/test/src/testexpoapp/ios/Pods/Headers/Public/React-Core/React/RCTBridge.h:170:12: Definition here is not reachable
/Users/test/Desktop/test/src/testexpoapp/node_modules/react-native-image-rotate/RNImageRotate/ImageRotateModule.m:35:12: Property 'imageLoader' not found on object of type 'RCTBridge *'
/Users/test/Desktop/test/src/testexpoapp/node_modules/react-native-image-rotate/RNImageRotate/ImageRotateModule.m:65:14: Property 'imageStoreManager' not found on object of type 'RCTBridge *'
The text was updated successfully, but these errors were encountered: