# ReactNativeDemo **Repository Path**: administer/ReactNativeDemo ## Basic Information - **Project Name**: ReactNativeDemo - **Description**: ReactNative 项目 for Android - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-12 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ReactNative项目 1. 安装NPM依赖 npm install 2. 启动服务 npm start yarn start //修改android 服务器端口 adb reverse tcp:8081 tcp:8081 3. 安装APP npm run android yarn android npm run ios yarn ios