Pierre Segalen
Pierre Segalen
Same issue here (RN57) but #33 won't fix it for me :( EDIT: it worked when I modified my `android/build.gradle` file by adding: ``` buildscript { ext { buildToolsVersion =...
Yes, on fera ça en live un de ces jours, ça peut intéresser du monde ! Pour le lint oui, on ajoutera ESLint très bientôt ! ;) Merci !
Hi @jitenshah19 nope I couldn't find a solution using this package, I ended up sharing the path (through RN Share API: https://reactnative.dev/docs/share) in the "url" prop instead of trying to...
I'm strugling to produce a repro but I'll try again tomorrow. Hopefully I'll be able to submit a fix then.
I can't find a way to reproduce easily (and I can't publish my client's code), even by using Layout and playing with different things in navigation... :( I think I'll...
@GoDeepBlue you can patch UI Kitten with the code from my PR as a temporary solution until the PR is merged. For this specific problem, the fix is at line...
Hi @adrianlzx1996 and @brunomartins-com ! First of all: don't just edit directly the source files in node_modules because each time you'll do a dependencies install (through npm or yarn), your...
I think it fixes #1751 so it may be taken for a duplicate of #1752 but it fixes 2 issues in one PR
Hi! I'll soon try to submit a PR to fix this but in the meantime I've patched (with https://github.com/ds300/patch-package) the package in my app, if anyone needs it, here is...
Hi! This PR should be merged because headings are not functional right now. @alsotang thanks for your fix but it works only in Debug builds, not Release ones, I guess...