Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
Update react-native-tab-view and example
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Dec 19, 2017
1 parent a9df41c commit 17358b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
expo: {
name: "ExNavigationExample",
description: "Demonstrate usage of ex-navigation: https://github.com/exponent/ex-navigation",
description: "Demonstrate usage of ex-navigation: https://github.com/expo/ex-navigation",
slug: "ex-navigation-example",
sdkVersion: "24.0.0",
privacy: "public",
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@expo/ex-navigation": "file:../",
"expo": "^24.0.0",
"expo": "^24.0.1",
"lodash": "^4.13.1",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz"
Expand Down
14 changes: 7 additions & 7 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
react-clone-referenced-element "^1.0.1"
react-mixin "^3.0.5"
react-native-drawer-layout-polyfill "^1.1.0"
react-native-tab-view "^0.0.61"
react-native-tab-view "^0.0.65"
react-redux "^5.0.6"
react-static-container "^1.0.0"
react-timer-mixin "^0.13.3"
Expand Down Expand Up @@ -1427,9 +1427,9 @@ expand-range@^1.8.1:
dependencies:
fill-range "^2.1.0"

expo@^24.0.0:
version "24.0.0"
resolved "https://registry.yarnpkg.com/expo/-/expo-24.0.0.tgz#64bda50c5d01d2ba5e4f7fcdb1d6eae24e27bccd"
expo@^24.0.1:
version "24.0.1"
resolved "https://registry.yarnpkg.com/expo/-/expo-24.0.1.tgz#58f8354f12e1340ef5f572accc8a85750b573cce"
dependencies:
"@expo/vector-icons" "^6.2.0"
babel-preset-expo "^4.0.0"
Expand Down Expand Up @@ -3005,9 +3005,9 @@ react-native-safe-module@^1.1.0:
color "^2.0.1"
lodash "^4.16.6"

react-native-tab-view@^0.0.61:
version "0.0.61"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.61.tgz#9f5446c9ad33158b87f0bccf5004fbff79ca1f92"
react-native-tab-view@^0.0.65:
version "0.0.65"
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.65.tgz#b685ea3081ff7c96486cd997361026c407302c59"
dependencies:
prop-types "^15.5.8"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-clone-referenced-element": "^1.0.1",
"react-mixin": "^3.0.5",
"react-native-drawer-layout-polyfill": "^1.1.0",
"react-native-tab-view": "^0.0.61",
"react-native-tab-view": "^0.0.65",
"react-redux": "^5.0.6",
"react-static-container": "^1.0.0",
"react-timer-mixin": "^0.13.3",
Expand Down

0 comments on commit 17358b1

Please sign in to comment.