Skip to content

@clerk/expo@3.5.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 19 Jun 14:42
· 2 commits to main since this release
4ef2cc0

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/expo already 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