-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Other applications on button press #16
Comments
@sagarhudge Did you come across a way to use it or a demo? |
any luck here??? |
I used it in a manner like this
Ids and names can be found on the urls of the apps page on both app store and play store. |
anyone found solution ? |
const onPresss = () => { |
import OpenApplication from 'react-native-open-application'; |
anyone found solution? |
@FiberJW @brentvatne @alleyhector @PeterChauYEG @sonaye
I am implementing react-native-app-link in my project but I am facing issue in the implementation I have a list of applications on the press of a specific button it should either open the app or redirect to play store or app store.
I do not have any deep-link URL for this app is there any way to achieve this?
Example for my app: IOS and Android
Package name: com.medlife.customerApp
name: MedlifePlay
iOS: package name: medlife-all-things-healthapp
id: 1078091111
App store name :Medlife
If possible please provide demo example for this library
The text was updated successfully, but these errors were encountered: