Andrei Alecu
Andrei Alecu
### Feature request It would be great if a test suite could verify that everything is working properly. The interactions are pretty finicky and things can break in odd places...
**Describe the bug** Not necessarily a bug, but `toRelative()` is really slow and the reason isn't the Intl api. I'm using luxon in a react-native app, and when formatting dates...
**Do you want to request a *feature* or report a *bug*?** https://github.com/evanw/esbuild is a new bundler that is 100x more performant than current JS based bundlers. Large code-bases can be...
Fixes #61 Used https://github.com/react-native-community/async-storage/blob/master/android/build.gradle for inspiration. This is a quick fix and I'm not familiar with this project so please double check that everything is ok. I have verified that...
The versions in `build.gradle` are severely outdated. Updating would fix https://github.com/Astrocoders/react-native-selectable-text/issues/20 The following could be used for reference: https://github.com/react-native-community/async-storage/blob/master/android/build.gradle
## Description I found this logged on Sentry and it seems to mention a Reanimated stack trace. Android 10, OnePlus model GM1925 (QKQ1.190716.003) ``` java.lang.IllegalStateException: The specified child already has...
Apologies as this is more of an usage question (or a documentation request). I noticed a bundle command was added in #8 but there was no context as to what...
Ref: https://402.ecma-international.org/7.0/#sec-partitiondatetimepattern ```ts Perform ! CreateDataPropertyOrThrow(nfOptions, "useGrouping", false). Let nf be ? Construct(%NumberFormat%, « locale, nfOptions »). Let nf2Options be ObjectCreate(null). Perform ! CreateDataPropertyOrThrow(nf2Options, "minimumIntegerDigits", 2). Perform ! CreateDataPropertyOrThrow(nf2Options, "useGrouping",...
### Description This is a very bizarre issue that has been previously reported a bunch of times, and this is basically a continuation of: https://github.com/facebook/react-native/issues/29608 I initially started running into...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior After upgrading to 10.0.22 I started getting a weird error about...