react-native-package-fast
v0.2.4-rc.1
Published
test
Readme
yarn add -D react-native-builder-bob
create: bob.config.js/tsconfig.json
package.json
"source": "src/index.ts",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"scripts": {
"build": "bob build",
"clean": "bob clean"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}- build: npm run build
- public: npm public
