diff --git a/rn-cli.config.js b/rn-cli.config.js index 760f1e87..f0f85680 100644 --- a/rn-cli.config.js +++ b/rn-cli.config.js @@ -21,10 +21,6 @@ module.exports = { return blacklist(''); }, - getTransformModulePath() { - return require.resolve('./transformer'); - }, - _getRoots() { // match on either path separator if (__dirname.match(/node_modules[\/\\]react-native[\/\\]packager$/)) {