Post

Replies

Boosts

Views

Activity

Reply to App crashes on xCode 16.0 beta 5
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!
Oct ’24