# expo-react-native **Repository Path**: lcw555/expo-react-native ## Basic Information - **Project Name**: expo-react-native - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2022-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### expo工具开发react-native #### 安装 expo-cli ``` npm install -g expo-cli # or yarn global add expo-cli ``` #### 启动项目 ``` npm run start # or yarn start ``` #### 打包 ``` expo build:android/ios ```