customerio / customerio-reactnative

MIT License
23 stars 11 forks source link

chore: deeplinks functionality #289

Open ami-aman opened 1 month ago

ami-aman commented 1 month ago

This PR introduces deep linking support in sample app. It allows users to be directed to specific screens within the app via deep links. This PR uses amiapp-reactnative-apns as url-scheme.

Changes

Testing

Dev testing cases covered:

Since autoTrackPushMetrics is true by default, the auto tracking of push metrics is also covered in this PR.