Konstantinos Kalogeropoulos
Konstantinos Kalogeropoulos
any updates on reviews for Android?
> You need to have play store installed on your simulator (and an app on play store) for it to work. Yes, I already have the package on android in...
Although I tested setting reducedMotion to false, it's not a viable solution because the problem still appears from time to time. I think it's a fundamental problem with how Reanimated...
My solution on android was to use GestureHandlerRootView instead of View when wrapping the BottomSheet. Also I made sure to render the items inside BottomSheetScrollView, so they will be able...
Still having the same issue, any solution?
Apparently going inside native-modules folder -> expo-location -> android -> build.gradle and changing: ` api 'com.google.android.gms:play-services-location:x.x.x' `to `api 'com.google.android.gms:play-services-location:21.0.1'` fixes the issue! So yes, expo team needs to patch this...
@Thotsuya @mehdi78800 I am using expo location v16.3.0 and Expo SDK 49 and my fix works. You shouldn't reinstall node modules with what I suggested as it overwrites the fix....
looks like the PR is merged, so now we just wait for the new expo-location version, right?
I ended up using [patch-package](https://www.npmjs.com/package/patch-package) for production as well. (Thanks @robrechtme for the suggestion!). It's a good temporary fix till the new version of expo-location arrives.
@larbizard I think there is no way to get the changes remotely. However, it's easy to do it locally. Make the needed changes inside node_modules folder, then you type: npx...