Closed fengyun2 closed 8 years ago
npm install -g react-native-cli
react-native init react_native_for_web
npm install react-web-cli -g
react-web init react_native_for_web
npm start
react-web start
react-web bundle
dependices on
"react": "^15.2.1", "react-dom": "^15.2.1", "react-native": "0.30.0", "react-web": "0.3.2"
Do how you resolved this ?
Development OS: Linux
Install
Install react-native
npm install -g react-native-cli
react-native init react_native_for_web
Install react-web
npm install react-web-cli -g
react-web init react_native_for_web
npm start
react-web start
react-web bundle
BUG
react-web start
ERROR in Path must be a string. Received undefineddependices on