-
-
Notifications
You must be signed in to change notification settings - Fork 97
Feat/new animated props #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat/new animated props #216
Conversation
|
Thanks for this! I haven't had a chance to dive deep into it yet because I've been focusing on fixing bug reports. But I'm ecited to get animations working well 😀 Could you add an example to show off the animated features? Just copy an example in the |
|
Thanks, I'll add a new example ASAP. |
|
@jmeistrich I've created cool example with reanimated layout animations, need to fix typescript issues & we can probably merge it. Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-04-30.at.00.08.17.movA new CellRendererComponent prop was introduced to replicate the behavior of Animated.FlatList under the hood and to align with the existing FlatList prop. |
|
The video looks great! I'll dig into the code and play with the example as soon as I can! I noticed that bun.lock has a lot of changes - is that needed for this change? Or can you reset that? And can you be sure to run biome on all the changed files so that we don't have any formatting conflicts? I just want to make sure the impact of the PR is constrained to only the needed changes :) |
|
@jmeistrich I’ve fixed a couple of internal types. Right now, I’m trying to understand why TypeScript is showing warnings in the example — looks like some magical any types are being applied in Animated.FlatList 😄. As for the formatting, I don’t understand why it’s being applied to several files that I didn’t modify. I’ve already double-checked my local configs — everything is set to use Biome as the default code formatter. |
…feat/new-animated-props
|
Yes please! |
|
This is the main blocker for us |
|
Any news on this? 👀 |
i hope will be soon, its a keynote time in mobile dev world, so i think people are a bit busy. @jmeistrich was on app.js recently talking about legend list :) |
Yes exactly, busy few weeks prepping and doing talks 😅. I'm trying to focus on bugs and stability first, so will hopefully get to this within a couple weeks. |
|
hey @jmeistrich! any update on this? would love to use LegendList but this is a blocker for us rn - even an alpha release with the changes from this branch would be awesome. thank you |
|
This should go into the V2, will be a major win for the lib. |
|
Any news on this? 👀 |
|
What's the current status on this? Anything that is still blocking? |
|
update? |
New Animated props to match Animated.FlatList
@jmeistrich All related opened issues to support it: