@clerk/expo@3.5.0
·
2 commits
to main
since this release
Minor Changes
- Fixes iOS development builds across Expo SDK versions by linking the Clerk iOS SDK through React Native's Swift Package Manager podspec support. This raises the minimum supported React Native version to 0.75, where that podspec SPM support is available;
@clerk/expoalready supports Expo SDK 53 and newer, and Expo SDK 53 ships with React Native 0.79. (#8927) by @mikepitre
Patch Changes
- Fix JS/native client syncing so native and JavaScript client or device-token changes refresh each other consistently. (#8929) by @mikepitre