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!
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: