An example of deep linking execution in React Native using TypeScript and react-navigation.
npm i -s @react-navigation/native
npm i -s @react-navigation/stack --force
npm i -s react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
react-native link
cd ios
pod installreact-native run-ios # run-android Open Safari and navigate to billing-app://billing/5
adb shell am start \
-W -a android.intent.action.VIEW \
-d billing-app://billing/5 com.billingapp/.MainActivityThank you to our sponsors:
Copyright (c) 2021 Eugene Hauptmann

