All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- Changed to JSX v4
- Changed
pointerEvents
#boxNone
and#boxOnly
to#"box-none"
and#"box-only"
- Changed
keyboardDismissMode
#onDrag
to#"on-drag"
- Changed
importantForAccessibility
#noHideDescendants
to#"no-hide-descendants"
@rescript/react
to0.11.0
rescript-react-native
to0.72.0
rescript
to10.1.4
- Initial support for layout animations with entering and exiting on Text, View, and ScrollView (davisuga).
- Added support for
rescript-react-native
version0.70
(davisuga).
- Renamed the module from
ResAnimated
toReanimated
.Reanimated
should be more appropriate name since this is a binding to react-native-reanimated after all.
- Added
useAnimatedScrollHandler
andScrollView
(davisuga).
- Updated
rescript
to version10.0.1
(davisuga).