Issue Description
Requires react-native module
Steps to Reproduce / Code Snippets
- install the component npm install react-web-gifted-chat --save
- import the component with
import { GiftedChat } from 'react-web-gifted-chat'
- there is Error:
ERROR in ./node_modules/react-web-gifted-chat/dist/index.js
Module not found: Error: Can't resolve 'react-native' in '/Users/johan/Documents/my-project/node_modules/react-web-gifted-chat/dist'
@ ./node_modules/react-web-gifted-chat/dist/index.js 13:18-41
@ ./app/containers/HomePage/index.js
@ ./app/containers/HomePage/Loadable.js
@ ./app/containers/App/index.js
@ ./app/app.js
@ multi ./node_modules/react-app-polyfill/ie11.js webpack-hot-middleware/client?reload=true ./app/app.js
Expected Results
The component runs smoothly without requesting react-native
Issue Description
Requires react-native module
Steps to Reproduce / Code Snippets
import { GiftedChat } from 'react-web-gifted-chat'Expected Results
The component runs smoothly without requesting react-native