react-native-ease
Migrate React Native animations to lightweight native-powered EaseView components
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install react-native-ease?โผ
Run `npx skills add AppAndFlow/react-native-ease --all -g -y` in your terminal to install the migration skill globally for your AI agent.
How to migrate from Reanimated to react-native-ease?โผ
Invoke the react-native-ease-refactor skill in your agent; it scans your code, reports which animations are migratable, and applies the conversions after your confirmation.
Which animations can react-native-ease replace?โผ
State-driven fades, slides, scales, rotations, and enter/exit transitions migrate cleanly, while gesture-driven, scroll-driven, and layout animations still require Reanimated.
Does react-native-ease work with NativeWind?โผ
Yes. Add one import of react-native-ease/nativewind at your app entry point, and the migration skill detects and configures NativeWind automatically.
Does react-native-ease support the old React Native architecture?โผ
No. It requires the Fabric new architecture because it runs animations entirely on native iOS and Android APIs with no JS animation loop.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core