Tim

Results 7 comments of Tim

@jonscottclark that works, thanks! Can you also explain what the syntax would look like to change the color for a single path by name?

> @jonscottclark that works, thanks! Can you also explain what the syntax would look like to change the color for a single path by name? After digging into the developer...

You can solve this by using `FullWindowOverlay` from rn-screens {/* Your component */}

Thanks @hannojg, great idea to use Skia for Lottie! I use RN-Skia in all my recent projects, and would also need to `colorFilters` prop to migrate away from `lottie-RN`.

Being new to React Router v7, the README isn't helping me much. Struggling really hard to set up remix-i18next based on it. I'm reverting to v6 for now

** Initial comment was wrong ** It is a React Native issue, the `Animated` API from RN behaves exactly the same in combination with `overflow: hidden`.

I've had the same issue, I've seen it on both platforms but it seems to occur more often on Android. I'll see if I can create a minimal repro in...