Error upgrading from sdk 32 to sdk 35

Please provide the following:

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

Replace this section with as much relevant information as possible and any relevant code along with your question.

Hello there, I updated from sdk 32 to sdk 35. following the https://docs.expo.io/versions/latest/workflow/upgrading-expo-sdk-walkthrough/

But now I am getting the following error, which seems to be related to react-native-svg

Already ran expo install react-native-svg for latest

this are my dependencies "dependencies": { "axios": "^0.18.0", "expo": "^35.0.0", "expo-analytics": "^1.0.7", "firebase": "^5.5.1", "lodash": "^4.17.11", "react": "16.8.3", "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz", "react-native-gesture-handler": "^1.3.0", "react-native-linear-gradient": "^2.4.2", "react-native-reanimated": "^1.2.0", "react-native-sortable-list": "^0.0.22", "react-native-svg": "^9.9.5", "react-navigation": "^3.0.9", "react-redux": "^5.0.7", "redux": "^4.0.0", "redux-thunk": "^2.3.0", "ws": "^3.3.1" },

Does this help?

@wodin woot, yeah. I had some imports from expo. Thanks!

1 Like

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