Luiz Felipe Laviola

Results 8 comments of Luiz Felipe Laviola

I need this too... Multiple years and nothing...

Same here, working on iOS and in everywhere else. But on Android, it returns `Date { NaN }` (Invalid Time) and crashes the app.

> @luizfelipelaviola I've found a solution. In your `android/app/build.gradle` just replace the line `def jscFlavor = 'org.webkit:android-jsc:+'` with `def jscFlavor = 'org.webkit:android-jsc-intl:+'` and it works. There was an issue with...

I'm using RN v0.66.3 for Android with Hermes. I tried the #190 from @eq0rip and editing the `build.gradle` as @dimakruhlyi said but both didn't work. The solution was follow the...

Same problem here, bt audio working, but mic still on phone

This makes no sense. I just want to get a single user password hash to match using firebase admin and I need to pull the entire user list to do...

Accent insensitive search is very important for languages like Portuguese and others. When trying to search "João" people may use "joao" and this should be handled by prisma to avoid...