I am having a requirement,wherein i have a React-Native app (PrimaryApp),and having a Game-App(Secondary App) which is also developed inReact-native.
Now on a button click of Primary App I want to launch SecondaryApp,and play the game as part of Primary-App.Please let me know orguide me,How can I integrate these two separate entities and get thedone.
Is there any way,to bundle react-native app and launch in PrimaryApp?
Note :- Since i have hundreds of game's 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.