tcdw

Results 7 comments of tcdw

Facing the same issue, except I did not enable reduce animation on my device 😢 ``` "@gorhom/bottom-sheet": "^4.5.1", "expo": "~49.0.8", "react-native-gesture-handler": "~2.12.0", "react-native-reanimated": "~3.3.0", ```

> I m curious to know how do you use this? Do you generate a midi file and play that in a DAW to transmit sysex? Because I want to...

Sure, now I am already using my custom hooks for that. Personally, I think being able to style `width`, `height` and `color` via community styling solutions like Nativewind are already...

> You need to be on at least v22.12.0. Best to upgrade to the latest. That sounds confusing, as I didn't see that in the SDK 53 release blog. Now,...

Well, it turns out I need to do two things: - Update Node.js to the absolute latest LTS version. My environment is now using 22.15.0 - Change the way referencing...

Hey, I am also encountering this problem, and looking for a solution. > i notice that the official example (use latest version) works for me. but the way we configurate...

Hi, Our team encountered the same issue, except we are using Expo DOM instead of using `react-native-webview` directly. In the end, we came up with a pretty unconventional workaround. You...