Conor Barnes
Conor Barnes
This is an issue for me on iOS as well. I'm using an Icon for taps. The picker responds to the first click, but after that it requires multiple clicks...
It seems like the issue is that expo-image-picker-multiple has a dependency on expo-permissions ^11.0.0, but react-native-unimodules depends on ~10.0.0. Will try an earlier version of expo-image-picker-multiple before forcing version changes.
The build no longer crashes, but it does not ask for permissions on iOS.
@erzaehlsalex When I ran `expo prebuild`, I found that my podfile platform was at v12, and that the `android/build.gradle` already contained `mavenCentral()`, so I decided to try just adding the...