Closed christophe-chausseray closed 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 ?
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.
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 :
Would it be possible to upgrade the platform version in the podspec from 12 to 13 ?