Created
February 24, 2022 07:31
-
-
Save iamparthaonline/5f5b305036176990ad93c647f348132d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| App.appendToConfig(` | |
| <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android"> | |
| <application android:usesCleartextTraffic="true"></application> | |
| </edit-config> | |
| `); | |
| App.appendToConfig(` | |
| <universal-links> | |
| <host name="yourwebsite.com" scheme="https"> | |
| <path event="shareEvent" url="/share/*" /> | |
| <path event="metaEvent" url="/meta-data" /> | |
| <path url="*" event="allOtherLinkEvent" /> | |
| </host> | |
| </universal-links> | |
| `); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment