I want to redirect to react-native app from website. I want to add redirection url but don't know how to do . I have added code into 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>
but don't know what to add in php file to redirect into app