I am new to phone app development. So please excuse if the question is naive.My situation
- I have a set of games in HTML 5 and Cordova (from a 3rd party)
- My requirement is to create a phone app (ios and android) with a game section where I can use these games
- I was planning to use phonegap, but i read somewhere that Apple started rejecting apps made with phonegap starting 2020. So I am planning to build the app with React-Native.
My questions
- Can I add a cordova game to my react-native app? If yes, how? (i know i can add html 5 games using WebView)
- Does cordova games provide better performance compared to html 5 games? if yes, how big is the difference for small to medium complexity games (say something like Temple Run)
Appreciate your help and Thanks a lot in advance