We currently have 2 react native applications. 1: for authentication and printing. 2: for buying vouchers and processing the voucher sale.
Our task is to have the 2 apps work together in one React native app. Basically authenticating with app 1 and then pressing a button to open pages from app 2. This all needs to happen within one APK.
I am aware that using a single app to do all of the above would be preferable. That is not the aim though.
Any help is appreciated. Thanks in advance.