You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I closed this issue and opened a new one to avoid any confusion. Right now to animate any view based on onScroll event in react-native-pager-view, we used this solution.
In the codebase we can find a such information
// Once Fabric implements proper NativeAnimationDriver, this should be removed.
// This is just a workaround to allow animations based on onScroll event.
// This is only used to animate sticky headers in ScrollViews, and only the contentOffset and tag is used.
// TODO: T116850910 [Fabric][iOS] Make Fabric not use legacy RCTEventDispatcher for native-driven AnimatedEvents
Questions:
Does Meta team have any plan to implement fabric support for NativeAnimationDriver in Q4/2022 or Q1/2023 ? Is this feature has been added to the roadmap for Q4/Q1 ?
Should we add above information to docs inside Enabling Fabric on iOS about NativeAnimationDriver support ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I closed this issue and opened a new one to avoid any confusion. Right now to animate any view based on
onScroll
event in react-native-pager-view, we used this solution.In the codebase we can find a such information
Questions:
NativeAnimationDriver
in Q4/2022 or Q1/2023 ? Is this feature has been added to the roadmap for Q4/Q1 ?NativeAnimationDriver
support ?Beta Was this translation helpful? Give feedback.
All reactions