braze-inc / braze-expo-plugin

Other
11 stars 10 forks source link

Compatibility Expo SDK 47 #3

Closed christophe-chausseray closed 1 year ago

christophe-chausseray commented 1 year ago

Since Expo SDK 47 was released, the minimum deployment target needed for iOS is 13.

The current platform version defined in the ExpoAdapterBraze.podspec is 12. It makes impossible to install this plugin on a project with Expo SDK 47 without having this error :


compiling for iOS 12.0, but module 'ExpoModulesCore' has a minimum deployment target of iOS 13.0

Would it be possible to upgrade the platform version in the podspec from 12 to 13 ?

christophe-chausseray commented 1 year ago

Sorry to ping you @wesleyorbin but do you know if it has any plans to make the braze-expo-plugin compatible with the Expo SDK 47 ?

wesleyorbin commented 1 year ago

Hi @christophe-chausseray. We just released 0.5.0, which updates the minimum deployment target to 13.0. Please let us know if you encounter any issues after upgrading.