react-native-web做的简单脚手架,使用了create react app
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
npm install
//run android
npm run android
//run ios
npm run ios
//run web
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