Kim CHOUARD

Results 11 issues of Kim CHOUARD

Fixing issue #767: edge cases on prop remapping, to ensure that props are only (re)mapped if a value is passed. E.g.: `` only accept the `columnWrapperStyle` param when its `numColumns`...

help wanted

**Describe the bug** Can't use the `` RN component on the web. Throwing this error: ``` Uncaught Invariant Violation: columnWrapperStyle not supported for single column lists ``` **To Reproduce** Steps...

Just learned about this `NativeWind` library yesterday, and let me tell you: THIS IS CRAZY!! Thank you for your work on this ❤️ 🙏 👉 I just had a little...

### Minimal reproducible example https://github.com/kimchouard/link-href-error-web/blob/main/components/EditScreenInfo.tsx ### Which package manager are you using? (Yarn is recommended) yarn ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...

needs review
Router

**⚠️ WORK IN PROGRESS ⚠️** This is PR still under development, do **not** merge it yet. :) --- This is a global PR aiming at improving RN Skia's docs. ##...

### Description When animating a Group of simple shapes using a "translateX" transform, the animation is very laggy on Web. Even on mobile, it seems like some frames are "dropped"....

bug

### Description When using `` with the `style="fill"` option, it only draws the borders (both on iOS & web), while it works as intended when using ``: ![CleanShot 2024-01-18 at...

bug

### Description **Goal:** I'm trying to improve the RN Skia documentation using Expo Snacks to have live examples that can be edited directly (including Reanimated v3 examples). ✨ **Issue:** The...

bug

When creating a track, it's impossible to set a proper instrument value: ```javascript const midiData = new Midi(); const track = midiData.addTrack() // Throws an error track.instrument = { (new...