Niyasali
Results
1
issues of
Niyasali
``` SendIntentAndroid.isAppInstalled("com.myapp2").then(isInstalled => { console.log('is Installed---->', isInstalled) if (isInstalled) { SendIntentAndroid.openApp("com.myapp2", { "com.myapp2.reason": "just because", "com.myapp2.data": "must be a string", }).then(wasOpened => { console.log('wasOpened------->', wasOpened) }); } else { Linking.openURL(...