Kudo Chien
Kudo Chien
leaving review for @tsapeta after he's back from vacation. i'm wondering why we didn't use `RCT_EXPORT_MODULE` previously.
> * please make sure this change doesn't break this line: https://github.com/expo/expo/blob/b4c21a288dde2cc197f54a73c215e230e016d190/packages/expo-modules-core/ios/NativeModulesProxy/EXNativeModulesProxy.mm#L274 > * test it in Expo Go, where the native modules proxy doesn't own the module registry (as...
hi there! i test your example from a debug build on an ios 15 device or ios 16 simulator and it works for me. the alert is shown after taking...
oh sorry i got confused for the "development builds", i used to call it remote debugging 😅 i can confirm this is an issue and will follow up it. thanks...
hi there! i cannot reproduce the problem even on the [repo](https://github.com/the-totem/demo-expo-auth-session) @maxenceg provided. i try to investigate whether there's any strange code in the repo. one thing in my eyes...
thanks for the great information and video. i still cannot repro the expo-random issue. there's a crash probably related to #19221. here are my steps, do you see any difference...
i also tried on devices and still works for me 🤔 as the crash issue and the CommandError make us some difficulty for the repro, i've tried to fork your...
that is unfortunate. well, let's focus on the expo-auth-session / expo-random first, having [this commit](https://github.com/Kudo/demo-expo-auth-session/commit/809637616a9d808f05038080f141b7dc90320b2a) to use hermes and prevent debug build crash from jsc. could you try to repro...
sorry be late to investigate this complicated issue. before we cherry-pick the #19699 fix to sdk 46, it would be great if you could help to verify the patch. [this...
thanks @maxenceg for the great help. i am not sure whether the crash issue related to the original `Error: The method or property expo-random.getRandomBytes is not available on android, are...