I'd like to be able to inject a JavaScript call into a WebView within React-Native in order to be able to modify the view it is displaying. For example, I'd like to inject:
setRouteId(125123123);
and have it execute against the current context. Is there a way to do this with React-Native's WebView? I don't see anything currently in the source code but wanted to make sure I am not missing anything.