wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.59k stars 2.96k forks source link

ios - add workaround for React.codegen error #2507

Open Inbal-Tish opened 3 months ago

Inbal-Tish commented 3 months ago

iOS - Podfile - add workaround for React.codegen deployment target is 11.0 while code written with iOS 12.0 feature fails the build

Inbal-Tish commented 2 months ago

Approved. But not sure I understand how this related to React codegen?

React codegen pod is using code available in ios 12.0 but it's min deployment target is iOS 11.0 which errors when trying to build from xcode.