Skip to content

Commit

Permalink
Merge pull request #121 from FelipePaiva1992/remove-rnpm
Browse files Browse the repository at this point in the history
Remove rnpm and add react-native config file
  • Loading branch information
maxs15 committed Jul 21, 2019
2 parents 77756dd + 73cc387 commit cf6affe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"email": "maxime.mezrahi@gmail.com",
"url": "https://github.com/maxs15"
},
"rnpm": {
"commands": {
"prelink": "node ./node_modules/react-native-spinkit/scripts/rnpm-prelink.js"
}
},
"dependencies": {
"prop-types": "^15.5.8"
}
Expand Down
5 changes: 5 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
commands: {
prelink: "node ./node_modules/react-native-spinkit/scripts/rnpm-prelink.js",
},
};

0 comments on commit cf6affe

Please sign in to comment.