Solved

Push Notification for React Native app


Badge

Hi There,

We are currently building a react native app which will replace our Native apps for iOS and Android,
The new app is being build upon - React Native 
In order to start using Klaviyo for push notifications, Wanted to check if there is any React native SDK for push notification implementation, 
I Only see iOS and Android SDK to be installed.


If yes, please redirect me to proper documentation, form where we can refer implementation and test it by running a campaign

Best
Danish Arora

icon

Best answer by markpiana 25 January 2024, 23:18

View original

17 replies

Userlevel 7
Badge +36

Hi @daniarora.17!

I’m going to check on this with Engineering for you, and I’ll update the thread as soon as possible!

 

Best,

Brian

Userlevel 7
Badge +36

Hi @daniarora.17!

My apologies for the delay here, but at the moment there are only IOS and Android SDKs for mobile. However, I will certainly place a request with our Product team on your behalf!

Best,

Brian

Hi Team

We are currently trying to integrate in our app. Our app currently written in react native.

I can not see if there is any SDK available for this. I can see only android and iOS Sdk’s are available.

So is there any scope if we get the react native SDK. So then it will be helpful.

 

Thanks & regards

Sayar Samanta

Userlevel 7
Badge +36

Hi @sayarsamanta!
 

At this time, only IOS and Android SDKs are available, but I will create a formal product request to include a react native SDK, and I’ll update the thread if anything changes in the future!

 

Best,
Brian

 

Hi @Brian Turcotte 

 

We have also React Native Apps. Any news about supporting react native?

Best Regards!

Daniel

Userlevel 7
Badge +36

Hi @Danielhr!

No news at this time, but it’s definitely being considered by our product team!

Best,

Brian

This would also be super relevant for us. Is there a way to follow the progress of this feature request?

This would be super helpful to us as well! Currently building an app with Expo where we plan to incorporate Klaviyo push notifications.

This is a most welcome feature, any news about it?

Userlevel 3
Badge +4

Hi, everyone! 

I’m Mark from the Klaviyo product team. We’ve heard your request for a React Native SDK and are actively working on one now. We expect to have an initial version available for use in the near future, so keep an eye out for updates soon. Sorry I can’t say anything more specific in terms of dates!

Mark

Badge

Hi @markpiana@Brian Turcotte, Is there any update for React Native, please let me know about this, we are in dire need.

Badge

hi @Brian Turcotte, Is there any update for React Native, please let me know about this.

Userlevel 3
Badge +4

@Hoang Dung you’re in luck! We just released a beta version of our react native SDK. Here are some links to help you get started.

  1. NPM - https://www.npmjs.com/package/klaviyo-react-native-sdk
  2. Github - https://github.com/klaviyo/klaviyo-react-native-sdk
  3. Help docs - https://help.klaviyo.com/hc/en-us/articles/22344173696539
Badge

@markpiana wow perfect, i’m try now, thank Mark and team 😊

Badge

Hi @markpiana ,  How to do this step?

 

Userlevel 3
Badge +4

@Hoang Dung to find your public API key, follow this guide - https://help.klaviyo.com/hc/en-us/articles/115005062267.

In terms of actually implementing that code, I would refer to our iOS SDK docs for more guidance. https://github.com/klaviyo/klaviyo-swift-sdk?tab=readme-ov-file#event-tracking

@markpiana the initialization process in iOS is somewhat unclear due to React Native's use of Objective-C on the iOS side, despite the documentation being presented in Swift. On the Android side, the requirement is for Kotlin version 1.7.1 is a huge because it will cause some gradle issues.

Reply