At the moment I have a react-native App which has data stored in it's redux store.
I followed the instructions provided by https://developer.android.com/guide/topics/ui/accessibility/services to create an accessibility service.
Now I have data from a website in the Accessibility Server e.g. the url and want to ask the react-native context to give me data that is stored in it's redux store (or async storage).
It's pretty easy to call native code from a running react-native app (js), but how would you implement the other way around?