chore: upgrade to latest react-native-tab-view

This commit is contained in:
Satyajit Sahoo
2018-06-02 19:32:48 +02:00
parent cf95ad4c94
commit 0354185c3b
9 changed files with 1834 additions and 926 deletions

View File

@@ -3,7 +3,7 @@
"name": "React Navigation Tabs Example",
"description": "Demonstrates the various capabilities of react-navigation-tabs: https://github.com/react-navigation/react-navigation-tabs",
"slug": "react-navigation-tabs-demos",
"sdkVersion": "23.0.0",
"sdkVersion": "27.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"icon": "assets/icon.png",

View File

@@ -9,14 +9,14 @@
},
"dependencies": {
"@expo/vector-icons": "^6.2.0",
"expo": "~23.0.4",
"expo": "^27.0.2",
"hoist-non-react-statics": "^2.5.0",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.50.4",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-lifecycles-compat": "^3.0.4",
"react-native": "~0.55.4",
"react-native-safe-area-view": "^0.7.0",
"react-native-tab-view": "^0.0.78",
"react-native-tab-view": "^1.0.0",
"react-navigation": "^2.0.0-rc.8"
},
"devDependencies": {
@@ -27,8 +27,9 @@
},
"main": "App.js",
"resolutions": {
"**/react-lifecycles-compat": "3.0.4",
"**/hoist-non-react-statics": "2.5.0",
"**/react-native-tab-view": "0.0.78"
"**/prop-types": "15.6.1",
"**/react-lifecycles-compat": "3.0.4",
"**/react-native-tab-view": "1.0.0"
}
}

View File

@@ -2,7 +2,7 @@
const path = require('path');
const glob = require('glob-to-regexp');
const blacklist = require('metro-bundler/src/blacklist');
const blacklist = require('metro/src/blacklist');
const pak = require('../package.json');
const dependencies = Object.keys(pak.dependencies);

File diff suppressed because it is too large Load Diff