Here is what solved my issues in the end:
I use this dependency:
"react-native-image-crop-picker": "^0.40.2",
It had unnecessary import somewhere in the code. See here
Solution for me was to update the library to ^0.41.2:
"react-native-image-crop-picker": "^0.41.2",
Hope this helps!
Post
Replies
Boosts
Views
Activity
I have the same exact issue in react-native app. Is there a solution for this? Using xCode v15 and trying to run the app on iPhone 15 simulator