react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

React Native 0.69.x Compatibility

Open brianlenz opened this issue 1 year ago • 0 comments

Summary

Updated the Podspec for iOS so that it supports the latest versions of React Native (0.69.x). The dependency needs to be "React-Core" now instead of "React" in order for the iOS build to succeed. Otherwise, there are undefined symbol errors.

Test Plan

Xcode build failed when packaged with React Native 0.69.4. With this small change, the Xcode build succeeds and the app runs successfully.

brianlenz avatar Aug 11 '22 15:08 brianlenz