Fernando Rojo
rojo.bsky.social
Fernando Rojo
@rojo.bsky.social
x.com/fernandotherojo
Just updated the name to params-templates
December 19, 2024 at 1:40 PM
How does it manage to do this? Presumably you have to render each item to know its height for initialScrollIndex, right?
December 10, 2024 at 9:44 PM
Very exciting. How good is support for setting the initial index to scroll to when items are of variable size?
December 10, 2024 at 6:21 PM
Whenever I spend a few days building a screen for just the web, I see how far ahead CSS still is
November 14, 2024 at 9:42 PM
What do you use to measure this with RN?
November 8, 2024 at 12:25 AM
zeego.dev for menus, moti.fyi for animations, burnt for toasts

I’m biased since these are mine, but the reception towards them all has been great. Steer clear of native elements that get rebuilt with JS.

PS I’m writing a blog post on the mistakes I made coming to native from a web background
zeego.de
November 7, 2024 at 10:58 PM
I wonder if you could do:

Parent:
- overflow: hidden
- transform: scaleX

Child:
- position: absolute
- opposite scaleX to offset the parent
November 7, 2024 at 9:38 PM
Never know if this is correct but it kinda works to just set it on iOS lol
October 31, 2024 at 8:38 PM
behavior=platform.select({ ios: ‘padding’ })
October 31, 2024 at 8:38 PM
In my experience you can only do this with local images, since it includes height/width in the source prop next to uri
October 31, 2024 at 4:57 PM