levepic

Results 32 comments of levepic

I'll just release the new app with your module for all users of my "smaller" app and will see if it detect users coming from Google Ads. So that will...

I can confirm it works on the released app! When a user comes from Google Ads it receives glcId and additional parameters like this: "installReferrer":"gclid=Cj0KCQjw6o......_wcB&gbraid=0........Out&gad_source=3" I'll look into if I...

Open Testing is just like a released app, its not a test enviromnent, once you join open testing as a Play user, the Test version will be available for you...

Ok the solution I have found is pretty straightforward: in ImageCropPicker.java there is this line: ``` // android 11 introduced scoped storage, and WRITE_EXTERNAL_STORAGE no longer works there if (Build.VERSION.SDK_INT...

On Android 10 devices (and lower) permission is always DENIED no matter what you do - because of Google Play requirement we have to remove permission from the manifest which...

> I'm running into the same problem and have no idea how to fix it. Any updates on this? Ok the solution I have found is pretty straightforward: in ImageCropPicker.java...

I have a similar issue, found it yet only on IOS. Cannot reproduce it always. Having First and Second, Third tab, sometimes pressing on the screen inside Second tab captures...

I have posted one possible way to trigger this crash 100% at https://github.com/software-mansion/react-native-reanimated/issues/7493 & also some hints how i worked my crash rate from 98% to 99.8% . (Moving to...