Skip to content

Commit

Permalink
Migrate project from rnpm to react-native.config.js (#692)
Browse files Browse the repository at this point in the history
* Migrate project from rnpm to eact-native.config.js

* Update react-native.config.js

* Update react-native.config.js
  • Loading branch information
ja-bravo authored and vonovak committed Aug 27, 2019
1 parent f545dda commit ce99dd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
dependency: {
platforms: {
ios: {
project: 'ios/RNGoogleSignin.xcodeproj'
}
}
}
};

0 comments on commit ce99dd3

Please sign in to comment.