1.2.2 • Published 5 years ago

react-native-fix-headers v1.2.2

Weekly downloads
48
License
ISC
Repository
-
Last release
5 years ago

react-native-fix-headers

Script that automagically adds needed Header Search Path entries for all dependencies in node_modules.

If you are using custom React Native modules you often need to set proper Header Search Path in XCode to successfully build the project. This node script makes it as easy as calling npm run fix-headers.

Installation

1) npm install --save-dev react-native-fix-headers 2) Add a scripts entry in your package.json like so:

"scripts": {
  "fix-headers": "node `npm bin`/react-native-fix-headers"
},

Usage

npm run fix-headers

License

Any time you use this script you must smile at somebody around you 😊

Dependencies