AsyncStorage.setItem() hangs on expo upgrade to v35

Please provide the following:

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

I am upgrading the expo to v35 and facing issue with AsyncStorage. The api returns the token for authentication correctly but storing it is causing the app to hang. Also using redux.
The dependencies in package.json are-
“dependencies”: {
@expo/vector-icons”: “^10.0.3”,
“expo”: “^35.0.0”,
“expo-analytics-segment”: “~7.0.0”,
“expo-asset”: “~7.0.0”,
“expo-cli”: “^3.1.2”,
“expo-font”: “~7.0.0”,
“expo-linear-gradient”: “~7.0.0”,
“expo-secure-store”: “~7.0.0”,
“expo-web-browser”: “~7.0.0”,
“moment”: “^2.19.1”,
“prop-types”: “^15.6.2”,
“react”: “16.8.3”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz”,
“react-native-elements”: “^0.16.0”,
“react-native-fetch-polyfill”: “^1.1.3”,
“react-native-hyperlink”: “^0.0.11”,
“react-native-modal-selector”: “^1.0.3”,
“react-native-platform-touchable”: “^1.1.1”,
“react-native-snap-carousel”: “^3.3.2”,
“react-native-swiper”: “^1.5.4”,
“react-navigation”: “^2.13.0”,
“react-redux”: “^5.1.1”,
“react-test-renderer”: “16.3.1”,
“redux”: “^3.7.2”,
“redux-logger”: “^3.0.6”,
“redux-thunk”: “^2.2.0”,
“sentry-expo”: “~2.0.0”,
“styled-components”: “^2.4.1”,
“tcomb-form-native”: “^0.6.10”
},

Thanks in advance.

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