diff --git a/package.json b/package.json index 59f764d..d6aca02 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,5 @@ "plugins": [ "transform-runtime" ] - }, - "rnpm": { - "plugin": "./build/index.js" } } diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 0000000..d25a0bb --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,3 @@ +module.exports = { + commands: require('./build/index.js') +}