mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 12:55:21 +08:00
chore: upgrade to latest react-native-tab-view
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user