Develop/React Native

[React Native] Deep Link 딥링크

안다희 2020. 8. 24. 21:34
728x90

1. 딥링크 이해하기

https://help.adbrix.io/hc/ko/articles/360039757433-%EB%94%A5%EB%A7%81%ED%81%AC-Deeplink-URI%EC%8A%A4%ED%82%B4-%EC%9C%A0%EB%8B%88%EB%B2%84%EC%85%9C-%EB%A7%81%ED%81%AC-%EC%95%B1%EB%A7%81%ED%81%AC-%EA%B5%AC%EB%B6%84%EA%B3%BC-%EC%9D%B4%ED%95%B4

 

딥링크(Deeplink) : URI스킴, 유니버셜 링크, 앱링크 구분과 이해

  딥링크 (Deeplink) http 혹은 https 로 시작하는 인터넷 주소는 모두 특정 서비스의 웹페이지로 이동합니다. _ https://igaworks.com 을 주소창에 입력하면 IGAWorks 홈페이지로 이동합니다._ https://adbrix.io�

help.adbrix.io

 

 

2. 구현하기 (문서가 정말 잘되어 있다.)

https://reactnavigation.org/docs/deep-linking/

 

React Navigation

In this guide, we will configure our app to handle deep links on various platforms. To handle incoming links, we need to handle 2 scenarios:

reactnavigation.org

 

 

Linking.openURL 해보기

 

3. 문제점

3-1. param이 계에속 남아있다

 

 

 

Buy Me A Coffee!

https://www.buymeacoffee.com/daheeahn

 

daheeahn is app developer

Hey 👋 I just created a page here. You can now buy me a coffee!

www.buymeacoffee.com

 

출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]