From dee21aca17b8505a62442ee61abbce15951365bc Mon Sep 17 00:00:00 2001 From: Hein Rutjes Date: Wed, 4 Jul 2018 22:26:58 +0200 Subject: [PATCH] Fixed babel 7 compile error on RN56 This pull-requests is necessary to build this project with react-native 0.56.0. It upgrades to 1.1.1 of `react-native-invertible-scroll-view` which fixes that specific compile error only. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a4d3fe..cce302f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "json-stringify-safe": "^5.0.1", - "react-native-invertible-scroll-view": "^1.1.0", + "react-native-invertible-scroll-view": "^1.1.1", "moment": "^2.18.1", "debounce": "^1.0.2", "stacktrace-parser": "^0.1.4"