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
- Nodejs version: v10.16.3
- React version: 16.2.0
- react-web-gifted-chat version: 0.6.7
- Browser(s) (Chrome, etc.): Chrome
Issue Description
Error: Can't resolve 'react-native'
Steps to Reproduce / Code Snippets
npm run watchERROR 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