chatwoot / chatwoot-react-native-widget

React Native widget for Chatwoot
https://www.npmjs.com/package/@chatwoot/react-native-widget
MIT License
36 stars 39 forks source link

Fails because `react-native-modal` uses TypeScript #19

Closed JWesorick closed 1 year ago

JWesorick commented 1 year ago
./node_modules/@chatwoot/react-native-widget/src/App.js 50:4
Module parse failed: Unexpected token (50:4)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
|   return (
>     <Modal
|       style={styles.modal}
|       coverScreen

Also react-native-webview uses TypeScript. Is there something else I need to add to enable TypeScript in my app?

JWesorick commented 1 year ago

I'm assuming this does not support react-native-web.