May Salcedo
May Salcedo
I have the same issue but only for iOS. "axios": "1.6.7", "react-native": "0.73.4",
> > I have the same issue but only for iOS. > > "axios": "1.6.7", > > "react-native": "0.73.4", > > If you use fetch from react native do you...
Same problem here. The issue is from this code in node_modules/react-native-image-picker/src/platforms/native.ts ``` const nativeImagePicler = isTurboModuleEnabled ? require("./NativeImagePicker").default : NativeModules.ImagePicker; ``` --> **NativeModules.ImagePicker** returns **null** "react-native-image-picker": "5.6.1", "react": "16.13.1", "react-native":...
@shaheerarshad757 Were you able to solve this issue? I get the same error and behaviour as you have.