Hugo Gresse

Results 138 comments of Hugo Gresse

it someone want to help, let me know.

> > 🔴 Run Time Error when running app on 16 KB emulator on Android API 35 > > > > * RN: 0.77 > > * react-native-vision-camera: "^4.6.4" >...

Expensify no longer has mainteners on this project, see https://github.com/Expensify/react-native-share-menu/issues/293#issuecomment-2240379959

I think I have a solution. I'm not sure it is the right issue though, as in my cases, the images where not .heic and the issue comes from `requireLegacyExternalStorage`...

here are two patches to make the lib work on android and iOS on RN 0.78. @tomekvenits I may be able to take over the maintenance of the library if...

@rafx01 you can use patch-package lib to apply both of my patches to make it work.

> > [@rafx01](https://github.com/rafx01) you can use patch-package lib to apply both of my patches to make it work. > > Thank you for your patch, it works mostly under Expo...

@Sultron to fix the issue on android for the marker having different sizes, as demonstrated by https://github.com/tomekvenits/react-native-map-clustering/issues/279#issuecomment-2850121810 And PR here on maps : https://github.com/react-native-maps/react-native-maps/pull/5103

@STASIA-Digital using patch-package https://www.npmjs.com/package/patch-package

> I have downloaded the patch, put it in it's own folder called patches, downloaded the npm i patch-package and nothing seems to work. i've tried many alternatives too but...