aofleejay / try-react-native-universal-link

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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


Languages

Language:Objective-C 29.4%Language:JavaScript 27.6%Language:Python 15.6%Language:Java 15.4%Language:HTML 12.0%