Skip to content

iOS compilation errors after upgrading to Expo SDK 44 #22

Description

@kevgrig

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 *'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions