Skip to content

Commit efc651b

Browse files
committed
Updates readme
1 parent beb3acb commit efc651b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Current changes
2+
* Playground: Fixes for mobile browsers
3+
14
## v0.4.0
25
* Fixes updating dragEnabled prop while dragging
36
* Creates this changelog file

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
React interactable
22
-------------------
33

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.
512

613
## Install
714
Just install via npm or yarn

0 commit comments

Comments
 (0)