FredrikOseberg / react-chatbot-kit

MIT License
325 stars 156 forks source link

ReferenceError: Can't find variable: document #14

Open sulabh9999 opened 3 years ago

sulabh9999 commented 3 years ago

@FredrikOseberg, thanks for reducing developers work. It saved my time a lot.

when i tried use this lib in react-native it is showing me error: $ react-native run-android ReferenceError: Can't find variable: document Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

I'm new in react, react-native. Please help

FredrikOseberg commented 3 years ago

This package is built with webpack, and made available for version of React that runs in the browser. Additional work is required to make it available for react native, but right now it's not supported.