# nexus-technologies-rn **Repository Path**: caraline/nexus-technologies-rn ## Basic Information - **Project Name**: nexus-technologies-rn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-23 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 签名 keytool -genkey -v -keystore my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000 # 打包命令 ```angular2html React-native bundle --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --platform android --assets-dest ./android/app/src/main/res/ --dev false ``` # 建包命令 ```angular2html cd android && gradlew assembleRelease --offline gradlew bundleRelease --offline ```