I want to send real time data from the Native Module to the React Native but getting an error
I want to send real time data from the Native Module to the React Native when a widget button is clicks but getting an error “java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happen once initialize() has been called on your native module.”