We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating a react-native project to use react-native-web
7kfpun/FinanceReactNative#23 (comment)
thank you for any input you may give :)
What is the current behavior?
many errors such as these,
ERROR in ./~/react-native/Libraries/react-native/react-native.js Module not found: Error: Cannot resolve module 'RCTDeviceEventEmitter' in /home/chris/software/FinanceReactNative/node_modules/react-native/Libraries/react-native @ ./~/react-native/Libraries/react-native/react-native.js 109:36-68 ERROR in ./~/react-native/Libraries/react-native/react-native.js Module not found: Error: Cannot resolve module 'RCTNativeAppEventEmitter' in /home/chris/software/FinanceReactNative/node_modules/react-native/Libraries/react-native @ ./~/react-native/Libraries/react-native/react-native.js 110:39-74
Steps to reproduce
$ git clone https://github.com/iambumblehead/FinanceReactNative.git $ cd FinanceReactNative $ git checkout add-react-native-web $ npm install $ npm run web-dev
Environment (include versions)
OS: ubuntu 17.04 Device: laptop Browser: N/A React Native for Web (version): 0.0.109 React (version): ^15.3.2
The text was updated successfully, but these errors were encountered:
I don't have anything to add beyond what is mentioned in the issue you linked to.
Sorry, something went wrong.
Ok thank you for looking :)
No branches or pull requests
updating a react-native project to use react-native-web
7kfpun/FinanceReactNative#23 (comment)
thank you for any input you may give :)
What is the current behavior?
many errors such as these,
Steps to reproduce
$ git clone https://github.com/iambumblehead/FinanceReactNative.git $ cd FinanceReactNative $ git checkout add-react-native-web $ npm install $ npm run web-dev
Environment (include versions)
OS: ubuntu 17.04
Device: laptop
Browser: N/A
React Native for Web (version): 0.0.109
React (version): ^15.3.2
The text was updated successfully, but these errors were encountered: