diff --git a/package.json b/package.json index 38eec15a..d514ee90 100644 --- a/package.json +++ b/package.json @@ -42,11 +42,6 @@ "react": ">=15.4.0 || ^16.0.0-alpha", "react-native": ">=0.40" }, - "rnpm": { - "ios": { - "project": "ios/RNGoogleSignin.xcodeproj" - } - }, "license": "MIT", "devDependencies": { "prettier": "1.14.2" diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 00000000..126560f4 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,9 @@ +module.exports = { + dependency: { + platforms: { + ios: { + project: 'ios/RNGoogleSignin.xcodeproj' + } + } + } +};