Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Nov 19, 2018
1 parent beb3acb commit efc651b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Current changes
* Playground: Fixes for mobile browsers

## v0.4.0
* Fixes updating dragEnabled prop while dragging
* Creates this changelog file
Expand Down
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
React interactable
-------------------

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.
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/).

This library is for you if you want to have nice interaction animations in your:
* Multiplatform app using [react-native-web](https://github.com/necolas/react-native-web).
* [Expo app](https://expo.io/) that you don't want to eject.
* React.js webapp, not a native one.

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.

## Install
Just install via npm or yarn
Expand Down

0 comments on commit efc651b

Please sign in to comment.