reason-reanimated
v0.0.1
Published
Reason bindings for https://github.com/software-mansion/react-native-reanimated.
Readme
Reason Reanimated
Reason bindings for https://github.com/software-mansion/react-native-reanimated.
How to create an animated component?
include ReactNative.View;
let make = Reanimated.createAnimatedComponent(ReactNative.View.make)Replace ReactNative.View by any other view.
