Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfrolich/reason-reanimated


https://github.com/jfrolich/reason-reanimated

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Reason Reanimated

Reason bindings for https://github.com/software-mansion/react-native-reanimated.

## How to create an animated component?

```reason
include ReactNative.View;
let make = Reanimated.createAnimatedComponent(ReactNative.View.make)
```

Replace `ReactNative.View` by any other view.