Deep Linking

1. Open app.json and change your scheme there.

src/config/linking.ts

2. Now open terminal and run

terminal

3. Open src/config/linking.ts and Add your screens.

src/config/linking.ts

4. Use useDeepLinking hook to configure deeplink. and use handleDeepLink Listener functions to parse data

Page.tsx

5. Run the following command to test it

Android

terminal

iOS

terminal