Hugo Gresse

Results 137 comments of Hugo Gresse

I think we can rename the issue to "No warn/error on android update fail" or something

yes, just call `moveLeft` or `moveRight` when needed

a great start is to digg in https://github.com/LyndonChin/AndroidRubberIndicator/tree/master/sample

French web dev here Let us know if you need a build a landing page for MakAir or anything front-related.

I believe it could helps apps being fully open source, which is not the case yet (for F-droid for eg)

Indeed, at build time, which F-Droid does. Every app on the F-Droid FOSS store is built by F-Droid server which prevent the final build to include non-opensource code (or code...

I agree the assertion that the constant should be more broadly available so we could use direct access to the right folders. `rn-fetch-blob` being unmaintened doesen't help too.

J'ai pas l'historique du projet mais juste faire le debouncer me semble être assez rapide à mettre en place avec un minimum d'effort, à voir si ça améliorer assez les...

The issues seems to come from misaligned Deployment Target. Those 4 needs to match: - App target - App Project - ShareExtension target - Podfile `platform :ios, '11.0'`

> Mine are all on 11.0 and this doesn't seem to resolve this issue. did you check all 4?