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
Error: Can't resolve 'react-native'
npm run watch
ERROR in ./node_modules/react-web-gifted-chat/dist/index.js Module not found: Error: Can't resolve 'react-native'
it should use 'react-native-web' instead of 'react-native' ?
The text was updated successfully, but these errors were encountered:
@9paradox did you find any solution?
Sorry, something went wrong.
i am able to build this by changing :
import * as RN from 'react-native';
to
import * as RN from 'react-native-web';
in files where react-native is used, like : 'node_modules\react-web-gifted-chat\index.d.ts' 'node_modules\react-web-gifted-chat\src\GiftedChat.js' ...
this is not at all the way to fix this, but for testing you can.
@9paradox Did you had any progress on this?
No branches or pull requests
Issue Description
Error: Can't resolve 'react-native'
Steps to Reproduce / Code Snippets
npm run watch
ERROR in ./node_modules/react-web-gifted-chat/dist/index.js
Module not found: Error: Can't resolve 'react-native'
Expected Results
it should use 'react-native-web' instead of 'react-native' ?
Additional Information
The text was updated successfully, but these errors were encountered: