0.2.0 • Published 6 years ago
react-native-basics-components v0.2.0
react-native-basics-components
A basic components structure helper
Libraries fixes
Add to
package.jsoncommand 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
postinstallcommand"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