Leonardo Ribeiro

Results 16 comments of Leonardo Ribeiro

Seeing this too. I couldn't find the cause and was needing this as fast as possible for a project. If you are in the same situation you can use this...

@k-saparia > Same issue on my side while running `yarn test` Has anyone with this problem when running tests managed to solve it?

~~I'm using expo in the bare workflow and getting this on Android.~~ UPDATE: It looks like depending on how early you call `QuickActions.setItems` you can get this issue. After moving...

> I found the hack! > > Simply overlay an absolute positioned view on the `tab-view` or any similar tab component. This adjustment ensures your swipe action functions smoothly! 😄...

Hi @GuilhermeMota93, I just wanted to follow up on this. Is there any progress or ETA that you could share? Thank you so much! :pray:

> Ok. Yeah, I guess Google have implemented some fallback, so when the new photo picker is installed it will use that even when trying to call the old one...

> We are using this library in an App using react-native 0.73.6, and both `targetSDK` and `compileSDK` at 34, and also now see the new warning in the Play console...

> I was reading through @Pauligrinder PR and the history on this permission, and testing our app and i had the same result here! Simply removing READ_MEDIA_IMAGES and the picker...

@scblason > @leonardorib Could you explain why we get this library working even with the removed permissions? I tested myself on an Android SDK 34 and I got the same...

> Did you find any workaround to use it within a bare React Native project? @anastely I did not! So I ended up building the widget I needed without using...