React Native 之 HelloWorld

Posted 木头Ge

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React Native 之 HelloWorld相关的知识,希望对你有一定的参考价值。

1. 切换目录

输入之前要切换到要保存的目录

2. 修改下载源

cd ~/
vim .npmrc

添加
registry = https://registry.npm.taobao.org

 

3. 在终端中输入

react-native init HelloWorldReactNative

 4. 运行项目

ios: 用xcode打开

android ,在项目目录,运行命令:react-native run-android

以上是关于React Native 之 HelloWorld的主要内容,如果未能解决你的问题,请参考以下文章

react-native初探——helloworld demo

React Native 项目结构及运行分析(HelloWorld)

React Native入门编写HelloWorld

React Native入门编写HelloWorld

Java固有接口JNI(Java Native Interface)之HelloWorld

第一个React Native程序踩到的那些坑