klaviyo / klaviyo-react-native-sdk

MIT License
5 stars 5 forks source link

Implemented deep links to call react native in example iOS app #104

Closed ajaysubra closed 8 months ago

ajaysubra commented 8 months ago

Description

Currently deep links were handled on the iOS side. Added some logic to call into react native listeners.

Check List

Changelog / Code Overview

Test Plan

Related Issues/Tickets

ajaysubra commented 8 months ago

@ndurell @evan-masseau added calling RCTLinkHandler from the deep linking completion handler so that folks who want to intercept links/urls can do so without going through the system and it calling the application open delegate.