我想从网站重定向到react-native app。我想添加重定向网址,但不知道该怎么做。我在AndroidMainfest.xml中添加了代码: -
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="exampleapp"
android:host="greetings"
android:pathPrefix="/" />
</intent-filter>
但不知道在php文件中添加什么来重定向到app