Skip to content

aofleejay/try-react-native-universal-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

try-react-native-universal-link

Repository for practice about iOS universal link and Android app link in React-Native.

Universal Links (iOS) or App Links (Android)

With universal links, you can redirect user to your installed application when tap link (ex. www.exmple.com). If application is not installed, it go to browser instead.

Usages

  1. Open simulator.
  2. Run command to open link
    • for iOS type xcrun simctl openurl booted https://ducker.netlify.com in terminal.
    • for Android type adb shell am start -W -a android.intent.action.VIEW -d "https://ducker.netlify.com" in terminal.
  3. If ducker app installed, it go to installed app. If not, it go to https://ducker.netlify.com

Blog

บันทึกการใช้งาน iOS Universal Links และ Android App Links บน React Native

About

📚 Repository for practice about iOS universal link and Android app link in React-Native.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published