react-native-app-link icon indicating copy to clipboard operation
react-native-app-link copied to clipboard

Is there a way to open a APK using this package(eg : unity integrated apk)

Open Ayomal98 opened this issue 4 years ago • 2 comments

Ayomal98 avatar Sep 07 '21 17:09 Ayomal98

const onPresss = () => { OpenApplication.openApplication('com.dev47apps.droidcam') .then(() => {}) .catch(err => { AppLink.maybeOpenURL('droidcam://', { appName: 'DroidCam', appStoreId: '', appStoreLocale: '', playStoreId: 'com.dev47apps.droidcam', }) .then(() => {}) .catch(err => {}); }); };

abewartech avatar Oct 07 '21 11:10 abewartech

import OpenApplication from 'react-native-open-application';

abewartech avatar Oct 07 '21 11:10 abewartech