From efc651b6b145e7e4b5b2d2e6709fb018fe03b399 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 19 Nov 2018 17:36:08 +0100 Subject: [PATCH] Updates readme --- changelog.md | 3 +++ readme.md | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 332f21d..1a9b994 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## Current changes +* Playground: Fixes for mobile browsers + ## v0.4.0 * Fixes updating dragEnabled prop while dragging * Creates this changelog file diff --git a/readme.md b/readme.md index 7ee1098..bfefdcd 100644 --- a/readme.md +++ b/readme.md @@ -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