react-native-basics-components
v0.2.0
Published
A basic components structure helper
Downloads
14
Maintainers
Readme
react-native-basics-components
A basic components structure helper
Libraries fixes
Add to
package.json
command on scripts section:"save-lib-src": "node node_modules/react-native-basics-components/scripts/copy.js"
Then if you added fixes on lib scripts run command for copy this changes, run command in terminal:
npm run save-lib-src ./node_modules/path/to/libs/fixes/(file.js|.gradle|...)
Add to scripts
postinstall
command"postinstall" : "node node_modules/react-native-basics-components/scripts/update.js"
When you run
npm install
, after installation running scripts of copying files to node_modules libraries