Expo SDK v39 Upgrade - Typescript version downgraded

Please provide the following:

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): iOS/Android

Upgrading to Expo SDK v39 using “expo upgrade” command changed few “devDependencies” in package.json:

  1. “typescript”: “~3.9.5” downgraded to “typescript”: “~3.9.2”
  2. @types/react”: “~16.9.41” downgraded to “@types/react”: “~16.9.35”

I am going to manually change these back to what these were before but wanted to check if anyone has any idea about specific version needs.

Facing same issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.