xml 使用Linker的React Native深层链接的AndroidManifest.xml

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 使用Linker的React Native深层链接的AndroidManifest.xml相关的知识,希望对你有一定的参考价值。

<intent-filter>
    <action android:name="android.intent.action.VIEW" />
    <category android:name="android.intent.category.DEFAULT" />
    <category android:name="android.intent.category.BROWSABLE" />
    <!-- Accepts URIs that begin with "http://app.petar.tech/user/” -->
    <data android:scheme="http"
          android:host="app.petar.tech"
          android:pathPrefix="/user/" />
</intent-filter>

以上是关于xml 使用Linker的React Native深层链接的AndroidManifest.xml的主要内容,如果未能解决你的问题,请参考以下文章

xml React-Native-Config - 如何在strings.xml中使用env变量?

React Native AndroidManifest.xml 调试与主要?

xml React Native UIExplorer - 深层链接处理程序 - https://github.com/facebook/react-native/blob/c596f8d0ef8

没有这样的文件或目录,在 React-Native 中打开 'app\build\intermediates\merged_manifests\debug\AndroidManifest.xml'

React Native - 0序言

React Native中react-native-baidu-map的安装与使用