rada
rada
> Having the same issue here, i'm using M1 and XCode 13. Tried to reinstall cocoapods but still remains the error: No such module found with SnapKit. Any workarounds ?...
Thi is related to Android SDK 34 where you must [explicitly specify export behaviour for broadcasts](https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported). It was [fixed in RN](https://github.com/facebook/react-native/commit/177d97d8ea962bdd4dad8fcf0efb04a307f25000) however this library doesn't seem to be updated. I've...
Try following [these steps](https://dev.to/retyui/react-native-fix-android-build-error-cxx1428-exception-while-building-json-a-problem-occurred-starting-process-5e2c) This worked for me just by uninstalling and installing cmake through the SDK manager.
> When click on the custom icon, the drop-down does not open. please provide me with the solution. i have also removed useNativeAndroidPickerStyle={false} but the issue is the icon is...
> @Slapbox I never got this problem locally, only when running the package in some Linux box for our CI (that I'm admittedly not too familiar with the set up...