Deep Linking
Last updated
Was this helpful?
Last updated
Was this helpful?
To integrate deep link functionality into your React Native application, follow these steps:
For detailed instructions and code samples, refer to the relevant documentation and complete deep link integration for and .
Use the Linking module from React Native to handle deep links when the app is running. Refer to the for more details on implementation.
Use Netmera.getInitialURL()
to catch deep links when the app is killed or in the background. Add this to your App.tsx
file:
For additional information, refer to the .