react-native-template-zygor
Version:
Template para projetos em React Native, com Estrutura de Pastas customizada, Estilos Globais, ESLint + Prettier + Babel Plugin Root Import, React Navigation, Reactotron e Axios configurados.
14 lines (13 loc) • 720 B
JSON
{
"rnpm": {
"assets": [
"./src/assets/fonts"
]
},
"scripts":{
"mock": "json-server -w db.json -d 2000",
"build-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleDebug && cd ..",
"release-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleRelease && cd ..",
"eslint:fix": "./node_modules/.bin/eslint --ignore-path .gitignore . --fix"
}
}