# ReactNativeStudy **Repository Path**: zftlive/ReactNativeStudy ## Basic Information - **Project Name**: ReactNativeStudy - **Description**: ReactNativeStudy - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: http://git.oschina.net/zftlive/ReactNativeStudy - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-23 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## RN学习笔记,签出工程之后,cd到项目根目录执行npm install 将node-modules依赖库下载下来即可 1、每次控制台启动服务: react-native start 2、初始化项目命令(可以指定版本) react-native init 项目名称 --version react-native@0.33.0 3、启动安卓/IOS应用,可以使用开发IDE的运行程序,或者使用命令行 react-native run-android react-native run-ios