Releases: AppAndFlow/react-native-ease
Releases · AppAndFlow/react-native-ease
Release 0.2.0
0.2.0 (2026-03-12)
Bug Fixes
- add workspace (d3a3505)
- example: fix banner overflow and add App&Flow branding (01f601c)
- extend ReactViewManager for border radius support on Android (1d86ab1)
- fix ReactViewManager type compatibility on Android (e71dbc9)
- replace deprecated MapBuilder with Kotlin mapOf (e442169)
- use @ReactProp instead of codegen delegate with ReactViewManager (f6d2577)
Features
- add animatable backgroundColor with iOS invalidateLayer fix (a9ab84b)
- add animatable borderRadius with hardware-accelerated clipping (c22c4eb)
- add hardware layer optimization on Android (00fa4bf)
- add loop option to timing transition type (387bf63)
- add onTransitionEnd callback with finished/interrupted status (3a325f9)
- android: implement loop for timing animations (1599b15)
- android: implement onTransitionEnd event callback (2784cb8)
- example: add button/banner demos, improve design, use safe-area-context (439f2fb)
- example: add new demos and extract shared components (e5dc772)
- example: add reanimated comparison screen with UI thread lag switch (8e4db77)
- example: add style re-render stress test demo (767160a)
- exclude opacity and transform from style type (5585fb2)
- implement EaseView with native animations (5b067d2)
- ios: implement loop for timing animations (4333129)
- ios: implement onTransitionEnd event callback (74e9e0e)
- simplify onTransitionEnd to batch-fire once per animation group (0990a06)
- support custom cubic bezier easing curves (2d56f18)
Performance Improvements
- cache easing interpolators as lazy singletons (18e692d)