Guillaume Huard Hughes
Guillaume Huard Hughes
Is the header buttons still easily clickable with negative margin? That was an issue where I saw a lot of users not able to trigger header actions by clicking on...
I Use that package with a prebuild and it's working fine for me. https://github.com/Malaa-tech/expo-custom-assets Hope it helps. Don't forget, no special caracters in the `.riv` file name. (Android don't like...
I just create an issue, almost a doc on how to make Rive works on web and ios/Android. https://github.com/rive-app/rive-react-native/issues/257 Also in that example, expo go still works, but the animation...
Hi, thanks for the response. I just have an error like this one on the fix all imports function : SyntaxError: Unexpected token (30:12) **The line(30:12):** `new SubscribeRoute (app);` **It...
Button accessibility didn't works. At least when I try to focus the element with the screenreader on mobile it doesn't see it. _Tested on an **IOS** iPhone._  --- There...
Another workaround i found is to wrap it with a TouchableOpacity 
Seems like it only miss the @Simek review approval for this PR to be merge.
It seems to happend only if I wrote a patterns or replacement before I toggle the `dir` or `files` option. 
Oh, directly when I active dir option and I write something in the patterns, it freeze too.
I finally find why. My project is too "big" and it search everywhere. I simply change the files argument to: `src/**/*` and it was ok. Is there a way to...