Change8

@clerk/expo@4.0.3

📦 clerkView on GitHub →
🐛 1 fixes

Summary

This patch release addresses a critical bug where native client updates could overwrite a signed-in Expo client with stale data. The fix ensures client changes are validated before application, preventing data loss and maintaining session integrity.

🐛 Bug Fixes

  • Prevented native client updates from replacing a signed-in Expo client with a stale or sessionless client. Native-to-JS synchronization now validates client changes before applying them, restores the previous token when validation fails, and applies the same protection during 401 recovery.