From fa1508091c9fe45c4a9fa2d2e59499cf5c015f57 Mon Sep 17 00:00:00 2001 From: David Schovanec Date: Tue, 6 Jun 2017 09:44:00 +0200 Subject: [PATCH] Add warning about version 2 and react 15.5 to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 17ccfa6..69d17dd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ React component for wrapping iScroll library. +## ! Version 2.0 is only for React >= 15.5 + +- If you depends on older react < 15.5, use react-iscroll@1.x.y + ## ! Breaking changes in version 1.0.0 - Property for passing iScroll instance is renamed from `iscroll` to `iScroll` and naming is unified across whole package