From 6fe5c3601c9af8e53f5d6b4121e08dff8b45d3c4 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 11 Nov 2016 11:53:55 +0530 Subject: [PATCH] docs: update exponent version for example --- example/exp.json | 2 +- example/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/exp.json b/example/exp.json index c9485e11..df75bf83 100644 --- a/example/exp.json +++ b/example/exp.json @@ -2,7 +2,7 @@ "name": "React Native Tab View Demos", "description": "Demonstrates the various capabilities of react-native-tab-view: https://github.com/react-native-community/react-native-tab-view", "slug": "react-native-tab-view-demos", - "sdkVersion": "10.0.0", + "sdkVersion": "11.0.0", "version": "1.0.0", "orientation": "portrait", "primaryColor": "#2196f3", diff --git a/example/package.json b/example/package.json index 426770a6..eeda78aa 100644 --- a/example/package.json +++ b/example/package.json @@ -7,10 +7,10 @@ }, "dependencies": { "@exponent/vector-icons": "^1.0.4", - "exponent": "^10.0.4", - "react": "15.3.2", - "react-addons-shallow-compare": "~15.3.2", - "react-native": "github:exponentjs/react-native#sdk-10.0.0", + "exponent": "^11.0.0", + "react": "^15.3.2", + "react-addons-shallow-compare": "^15.3.2", + "react-native": "git+https://github.com/exponentjs/react-native.git#sdk-11.0.3", "react-native-tab-view": "file:../" }, "main": "main.js"