I built my responsive online game using html&css, javascript and php. I'm planning to export it as an android application. Because I don't have enough knowledge of languages for android development (I used react native but I'm not comfortable with it), I'll try to export my app in WebView / I'll make hybrid application.
I built it in React Native, it works, but I'm not happy with speed. It looks like there is 0.5s delay every time when I click button or slide.
My question is: Which programming language will do it in best way? Is it possible to speed up react native webview a little bit?