I am having a requirement,wherein i have a React-Native app (Primary App),and having a Game-App(Secondary App) which is also developed in React-native.
Now on a button click of Primary App I want to launch Secondary App,and play the game as part of Primary-App.Please let me know or guide me,How can I integrate these two separate entities and get the done.
Is there any way,to bundle Secondary react-native app and launch in Primary App?
Note :- Since i have hundreds of games it will be a bad idea to have code of all games in Primary app, so is there any way to launch each game as separate entity or in any bundle form something like that,as part of Primary App.
Thanks for your time.