I'm using the injectedJavaScript
prop with a React Native WebView. Currently, my screen is rendered, then the JavaScript is injected, then the screen is re-rendered.
Is there a way to render my screen after my JavaScript code has been injected?
I'm using the injectedJavaScript
prop with a React Native WebView. Currently, my screen is rendered, then the JavaScript is injected, then the screen is re-rendered.
Is there a way to render my screen after my JavaScript code has been injected?