Please provide the following:
- SDK Version: 40
- Platforms(Android/iOS/web/all): Android/iOS
I have just upgraded my SDK from 39 to 40 by following to instructions from announcement blog by running the expo upgrade
The upgrade went well. But now when I start the app with expo start
(running in physical device iOS 13, with latest Expo Client downloaded from app store), I get the exception screen:
This occurred immediately after upgrading. It was working fine with SDK 39.
It is worth noting that previously I was using @react-native-community/async-storage
(which is also failing with same error after upgrade). Then I headed to the expo async-storage docs page where is now recommended to use @react-native-async-storage/async-storage
expo install @react-native-async-storage/async-storage
This is also failing