From ff784523abc40fee20e53cff9372fb543f1f9741 Mon Sep 17 00:00:00 2001 From: Kevin Cooper Date: Thu, 27 Apr 2017 09:40:41 -0400 Subject: [PATCH] :rocket: Also accept react >=16.0.0-alpha.6 To prevent dependency warnings in RN v0.43 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a8d2d7..e806db7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "homepage": "https://github.com/cooperka/react-native-snackbar", "peerDependencies": { - "react": ">=15.1", + "react": ">=15.1 || >=16.0.0-alpha.6", "react-native": ">=0.40" }, "devDependencies": {