# ReactNative-Plugin-Sample **Repository Path**: mirrors_pengwei1024/ReactNative-Plugin-Sample ## Basic Information - **Project Name**: ReactNative-Plugin-Sample - **Description**: ReactNative Plugin Sample For Android - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReactNative-Plugin-Sample ReactNative 作为 Android 插件的 Demo - 下载 npm 依赖 ``` yarn install 或者 npm install ``` - 启动 ReactNative 服务 ``` react-native start ``` ### 示例 ![](./screenshot/ss1.gif) ### 打包离线包到 sdcard 自动打包保存到 `/sdcard/bundleAssert/` 下 ``` ./pack.sh ```