You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,34 @@ import {atan2} from "react-native-redash";
17
17
atan2(y, x)
18
18
```
19
19
20
+
## Components
21
+
22
+
### `<Interactable>`
23
+
24
+
Implementation of `Interactable` from `react-native-interactable` with `react-native-gesture-handler` and `react-native-reanimated`.
25
+
The original implementation has been built by (the reanimated team)[https://github.com/kmagiera/react-native-reanimated/blob/master/Example/Interactable.js].
26
+
Documentation of this component is available (here)[https://github.com/wix/react-native-interactable].
0 commit comments