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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
React interactable
2
2
-------------------
3
3
4
-
This port of [react-native-interactable](https://github.com/wix/react-native-interactable) to JS. This way our [react-native-web](https://github.com/necolas/react-native-web) projects can have nice interaction animations like in ios or android.
4
+
This is a port of [react-native-interactable](https://github.com/wix/react-native-interactable) to JS. It allows your UI to react in a physically natural way to user's drag interactions. See it working in the [react-interactable playground](https://react-interactable.netlify.com/).
5
+
6
+
This library is for you if you want to have nice interaction animations in your:
7
+
* Multiplatform app using [react-native-web](https://github.com/necolas/react-native-web).
8
+
*[Expo app](https://expo.io/) that you don't want to eject.
9
+
* React.js webapp, not a native one.
10
+
11
+
If you are building a well performant android/ios app with react-native, [react-native-interactable](https://github.com/wix/react-native-interactable) is a much better option than this library.
0 commit comments