wmcmahan / react-native-calendar-events

📆 React Native Module for iOS and Android Calendar Events
MIT License
903 stars 291 forks source link

Fixed dependency on React by changing to React-Core #421

Closed ipoogleduck closed 1 year ago

ipoogleduck commented 1 year ago

This fixes the build issue on MacOS Ventura with Xcode 14. Previously, depending on React would show the error: Undefined symbol: _OBJC_CLASS_$_RCTConvert when building

https://github.com/itinance/react-native-fs/issues/964

https://github.com/facebook/react-native/issues/29633#issuecomment-694187116