What are the steps to follow publish React-native component to npm? Am trying to publish sample component in NPM. Do we need to build that before? if yes, how? Please can any one tell in detail along with the commands?
相关问题
- Failed at the electron@1.8.2 postinstall script
- Webpack getting started, import error
- No member named ForceSet
- AWS Elastic BeanStalk nodejs Deployment error
- node local dependency installs as shortcut and nes
相关文章
- @angular-cli install fails with deprecated request
- “Unfortunately, app has stopped” error with buildi
- Create React App not installing, showing an error
- new field false in Package.json
- npm : Postinstall not running in docker
- Babel CLI is extremely slow
- Docker and npm - gyp ERR! not ok
- Is there an npm module to modify a pdf file in nod
No you no need to build, just put android native code in android and ios directory and a index.js in root to refreance them, then
Like this in package.json