GT2/GT2-iOS/node_modules/react-native-maps/rn-cli.config.js

12 lines
217 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
const config = {
/**
* Returns a regular expression for modules that should be ignored by the
* packager on a given platform.
*/
getBlacklistRE() {
return /_book\//;
},
};
module.exports = config;