Socket
Socket
Sign inDemoInstall

blueshift-react-native

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blueshift-react-native

Official React native plugin for Blueshift iOS and Android SDK.


Version published
Weekly downloads
167
decreased by-10.7%
Maintainers
0
Weekly downloads
 
Created
Source

blueshift-react-native

Official React native plugin for integrating Blueshift's iOS and Android SDKs to your React native application.

Installation

npm install blueshift-react-native

Integration

Refer to the react native integration guide to integrate the Blueshift SDK for Android and iOS..

Usage

Import the Blueshift plugin in your JS/TS as mentioned below to use its functionality.

import Blueshift from 'blueshift-react-native';

Once imported, you can call the Blueshift methods as mentioned below.

// Make a call to Blueshift functions
Blueshift.setUserInfoEmailId("test@blueshift.com");
Blueshift.identifyWithDetails({"user_type":"premium"});

Refer to these Blueshift JS methods to know about features and methods supported by Plugin and how to use them.

Support

The primary and correct way to report an issue is via the customer support channel. Send us an email at support@blueshift.com from your work email with all the necessary details that contain step-by-step instructions on how to reproduce the issue.

License

MIT

Keywords

FAQs

Package last updated on 29 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc