Kudo Chien

Results 382 comments of Kudo Chien

Thank you for the briefly explanation. I've confirm it is an issue and root cause is that IntlDateTimeFormat use ICU's `ucal_getDefaultTimeZone` to query current timezone. And it is not integrate...

Yes, I am now focusing on JSC crash issue. Will find a time to fix a problem after that.

Well, as https://github.com/Kudo/jsc-android-buildscripts/issues/3 mentioned, I am not able to maintain `react-native-community/jsc-android-buildscripts`. That's why I went for a forked version. I guessed from the past days, RN default to use JSC...

For RN Android 0.58 with arm64-v8a, x86_64, the JSC comes from RN package instead of org.webkit:android-jsc from maven. Please also add `pickFirst '**/libjsc.so'` as well. This issue will be fixed...

I am sorry current gradle maven override approach does not works for RN 0.59. It is not feasible to apply Intl version. Will try to see if there are some...

AFAIK, there are build issues for NDK r19 due to the [sysroot maker deprecation.](https://developer.android.com/ndk/guides/other_build_systems). In the meantime, please make sure to use older NDK version. I will try to make...

i think the two commits are necessary for 0.68 to fix the problem: https://github.com/facebook/react-native/commit/43f831b23caf22e59af5c6d3fdd62fed3d20d4ec and https://github.com/facebook/react-native/commit/c2088e1267439fd60d9e6abc8992d9ca3c2d7018#diff-d4330f88e3e4a96cd4853ac5ecd225d1808ad70713d381984db19f834cc21bf3R54 if 0.69.4 works for you, is it possible for you to upgrade to 0.69.4?

there looks like a network issue from ci job. i'm rebasing again to test again.