klarna / react-native-klarna-inapp-sdk

Klarna's React Native wrapper for the In-App SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native On-site Messaging

marcgeeklaberge opened this issue · comments

Is your feature request related to a problem? Please describe.
From what I see on the following doc https://docs.klarna.com/in-app/inapp-android-overview/on-site-messaging/
On-site messaging is currently only available on KLARNA iOS and android SDK, meaning that if we want to integrate it on a React Native app, we will need to create a bridge.

Describe the solution you'd like
Ideally, it would be nice if On-site Messaging was directly available in React Native SDK and not have to bridge based on the native(android and ios) SDKs.

Describe alternatives you've considered
Build a bridge based on iOS and Android KLARNA SDK.

Additional context
We are integrating with stripe, but we think this part(On-site Messaging) need to be implemented directly from KLARNA SDK. Correct me if I'm wrong.

Thank you