[WEB] Fix build

This commit is contained in:
Bruno Lemos
2018-10-04 20:48:48 -03:00
parent b919c5502e
commit bdbfc05cb2
2 changed files with 7 additions and 12 deletions

View File

@@ -16,7 +16,12 @@ const appIncludes = [
resolveApp('../node_modules/react-native-web-lists/src'),
resolveApp('../node_modules/react-navigation-deprecated-tab-navigator/src/'),
resolveApp('../node_modules/react-navigation-drawer/dist'),
resolveApp('../node_modules/react-navigation-stack/dist'),
resolveApp(
'../node_modules/react-navigation/node_modules/react-navigation-stack/dist',
),
resolveApp(
'../node_modules/react-navigation-deprecated-tab-navigator/node_modules/react-native-tab-view/src/',
),
resolveApp('../node_modules/react-navigation-tabs/dist'),
resolveApp(
'../node_modules/react-navigation-tabs/node_modules/react-native-safe-area-view/',

View File

@@ -5701,7 +5701,7 @@ react-navigation-stack@0.7.0:
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.7.0.tgz#0b2f139ee1cba953037ef51353df992ec6c74fa2"
integrity sha512-3Tbb/SsustBrM9R/qaI6XuOfyqYMVbwkeHFC8NbU890vB0aKZvjAtioWLZ18e/4LgbiOCmoTdp37z3gkGDyNDQ==
react-navigation-tabs@0.8.2:
react-navigation-tabs@0.8.2, react-navigation-tabs@^0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.8.2.tgz#65f8a6ce368684227603345b4d312da2ef3366e1"
integrity sha512-q2xfY79ERj4XJek3rceveifUny3Qcg7y6bNlN6wQg6c7D/pMFOGZsSALGenF7CuNDhYyEkijlnGTHl1laZgbDw==
@@ -5711,16 +5711,6 @@ react-navigation-tabs@0.8.2:
react-lifecycles-compat "^3.0.4"
react-native-tab-view "^1.0.0"
react-navigation-tabs@^0.8.2:
version "0.8.2"
resolved "https://registry.npmjs.org/react-navigation-tabs/-/react-navigation-tabs-0.8.2.tgz#65f8a6ce368684227603345b4d312da2ef3366e1"
integrity sha512-q2xfY79ERj4XJek3rceveifUny3Qcg7y6bNlN6wQg6c7D/pMFOGZsSALGenF7CuNDhYyEkijlnGTHl1laZgbDw==
dependencies:
hoist-non-react-statics "^2.5.0"
prop-types "^15.6.1"
react-lifecycles-compat "^3.0.4"
react-native-tab-view "^1.0.0"
react-navigation@^2.0.4:
version "2.17.0"
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.17.0.tgz#ebc5a92d7633f529ca340a38146637ff01f969a4"