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

Commit

Permalink
feat: add lazy option. fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 18, 2019
1 parent c436433 commit 55ab251
Show file tree
Hide file tree
Showing 4 changed files with 1,265 additions and 986 deletions.
7 changes: 5 additions & 2 deletions packages/bottom-tabs/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.50.4",
"react-lifecycles-compat": "^3.0.4",
"react-native-paper": "^1.2.4",
"react-native-safe-area-view": "^0.7.0",
"react-native-tab-view": "^0.0.74",
"react-native-tab-view": "^0.0.78",
"react-navigation": "^2.0.0-rc.8"
},
"devDependencies": {
Expand All @@ -27,6 +28,8 @@
},
"main": "App.js",
"resolutions": {
"**/hoist-non-react-statics": "2.5.0"
"**/react-lifecycles-compat": "3.0.4",
"**/hoist-non-react-statics": "2.5.0",
"**/react-native-tab-view": "0.0.78"
}
}
7 changes: 1 addition & 6 deletions packages/bottom-tabs/example/rn-cli.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ module.exports = {
return [...dependencies, ...peerDependencies];
},
getBlacklistRE() {
return blacklist([
glob(`${path.resolve(__dirname, '..')}/node_modules/*`),
glob(`${__dirname}/node_modules/*/{${dependencies.join(',')}}`, {
extended: true,
}),
]);
return blacklist([glob(`${path.resolve(__dirname, '..')}/node_modules/*`)]);
},
};
Loading

0 comments on commit 55ab251

Please sign in to comment.