
Hello
After upgrading my project from Expo SDK 52 to SDK 53, I encountered the following error when running the app:
TurboModuleRegistry.getEnforcing(...): 'PlatformConstants' could not be found. Verify that a module by this name is registered in the native binary.
This error appears immediately upon launch. I have attached a screenshot of the full stack trace for reference.
The project was working fine with Appwrite and Expo SDK 52. I suspect that the upgrade to Expo 53 may have caused compatibility issues with a native module or dependency related to PlatformConstants.
Do you have any insight into whether this is related to Appwrite’s SDK or if I need to make adjustments for Expo 53 compatibility?

reverting back would be the best option in my opinion
Recommended threads
- I can't use any Oauth
Login using oauth will be rejected because the redirect url does not match but appwrite give me the redirect url is https://**************/v1/account/sessions/o...
- I am getting a Invalid relationship valu...
Uploaded PDF, got file ID: 6894dea900399c4b51d2 LOG [ExportPDF] Updating FinalReport with PDF. FinalReportId: 6894dea80038a20f0858 pdfFileId: 6894dea900399c4b...
- Changing password when logged using a OT...
I'm developping in flutter/dart, I'm using email token to login to an existing user: _sessionToken = await account.createEmailToken(userId: app.ID.unique(), ema...
