react-chatbot-kit icon indicating copy to clipboard operation
react-chatbot-kit copied to clipboard

ReferenceError: Can't find variable: document

Open sulabh9999 opened this issue 5 years ago • 1 comments

@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

sulabh9999 avatar Nov 02 '20 16:11 sulabh9999

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.

FredrikOseberg avatar Nov 11 '20 23:11 FredrikOseberg