Bene
Bene
I just created a new react-native project using `npx react-native init AwesomeProject`. I added luxon, enabled hermes, and checked that I'm using 0.8.1. However I can't get luxon to work....
I'm on Android and hermes is enabled and I checked that it's version 0.8.1. It works fine on iOS with hermes disabled. For now I'm using the formatjs polyfills, but...
If someone wants to reproduce this I would appreciate it. What I did is simple: - npx react-native init LuxonHermesIntl - yarn add luxon - enable hermes in app/build.gradle -...
Just found this issue in the hermes repo which seems to be the cause of the problem: https://github.com/facebook/hermes/issues/572
It does work without polyfills starting with hermes version 0.10. For anyone coming across this keep in mind that there are still differences between android versions. I ended up not...
I fixed this in my project using patch-package and this patch: react-native-pdf+6.5.0.patch ``` diff --git a/node_modules/react-native-pdf/DoubleTapView.js b/node_modules/react-native-pdf/DoubleTapView.js index f0f38db..b621b8f 100644 --- a/node_modules/react-native-pdf/DoubleTapView.js +++ b/node_modules/react-native-pdf/DoubleTapView.js @@ -11,20 +11,10 @@ import React,...
When can we expect this to be merged? Took a lot of effort to upgrade RN would be nice if this would be fixed soon. Thanks!
This library is now unusable causing me hours of extra work. Crashes on the newest RN version and the value is not updating. Why would you need a defaultValue prop...
Why isn't this getting merged? This library doesn't work with the current RN version and breaks our app. Is anybody still maintaining this library?
I also just found this, so it might actually have to do with `LayoutAnimation`. https://github.com/facebook/react-native/issues/17118