Locally stored images not working after upgrade to expo 51
After upgrading from Expo SDK 49 to 51 my images are broken. The images are stored locally in the assets folder of the project and I use expo-image.
Error: Cannot find module ‘metro-cache’ when I try to run expo start –dev-client
I’m getting this error when I try to run expo start --dev-client
SKD 51: cannot read property ‘NativeModule’ of undefined
i got this error when updating from SDK 49 to SDK 51.
This error occurs on Android.
[Unhandled promise rejection: Error: Argument of an incompatible class: class java.util.HashMap cannot be passed as an argument to parameter
I’m using Expo Document Picker to pick and read Excel file and trying to get that data saved in AsyncStorage. The file is being picked from the mobile’s local memory but I’m facing the below-mentioned error: