项目作者: DrWYN

项目描述 :
react-native-web做的简单脚手架,使用了create react app
高级语言: JavaScript
项目地址: git://github.com/DrWYN/reactNativeWeb.git
创建时间: 2017-06-03T08:18:42Z
项目社区:https://github.com/DrWYN/reactNativeWeb

开源协议:

下载


1.使用了create-react-app新建项目

2.node版本6.9

3.reactjs版本:~15.4.0-rc.4

4.react-native版本:0.40.0

5.组件使用了:react-native-web

react-native-web:https://github.com/necolas/react-native-web

create-react-app: https://github.com/facebookincubator/create-react-app

  1. npm install
  2. //run android
  3. npm run android
  4. //run ios
  5. npm run ios
  6. //run web
  7. npm run web

如果遇到babelHelpers.typeof is not a function,参考https://github.com/facebook/react-native/issues/5747, ./node_modules/react-native/packager/packager.sh start —resetCache