From b2ca30014bb6cfa3b7e23b12d767be078cf9d7bd Mon Sep 17 00:00:00 2001 From: Pranav Raj Singh Chauhan Date: Wed, 30 May 2018 13:54:09 +0530 Subject: [PATCH] - upgrading ios native library --- Example/package.json | 6 +++--- ios/Podfile | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Example/package.json b/Example/package.json index 31acc09..9232d6b 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,15 +7,15 @@ "test": "jest" }, "dependencies": { - "react": "^16.3.0-alpha.1", - "react-native": "0.54.2", + "react": "16.3.1", + "react-native": "0.55.4", "react-native-app-tour": "../" }, "devDependencies": { "babel-jest": "22.4.1", "babel-preset-react-native": "4.0.0", "jest": "22.4.2", - "react-test-renderer": "^16.3.0-alpha.1" + "react-test-renderer": "16.3.1" }, "jest": { "preset": "react-native" diff --git a/ios/Podfile b/ios/Podfile index 97f6284..4eee496 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -8,5 +8,5 @@ target 'RNAppTour' do # Pods for RNAppTour use_frameworks! - pod 'MaterialShowcase', '0.5.1' + pod 'MaterialShowcase', '0.6.0' end diff --git a/package.json b/package.json index 8c73834..62d7fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-app-tour", - "version": "0.0.6", + "version": "0.0.7", "description": "React Native: Native App Tour Library", "repository": { "type": "git",