Security News
Introducing the Socket Python SDK
The initial version of the Socket Python SDK is now on PyPI, enabling developers to more easily interact with the Socket REST API in Python projects.
blueshift-react-native
Advanced tools
Ract native plugin for integrating Blueshift's iOS and Android SDKs to your React native application.
npm install blueshift-react-native
Refer to the react native integration guide to integrate the Blueshift SDK for Android and iOS..
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.
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.
MIT
FAQs
Official React native plugin for Blueshift iOS and Android SDK.
The npm package blueshift-react-native receives a total of 239 weekly downloads. As such, blueshift-react-native popularity was classified as not popular.
We found that blueshift-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The initial version of the Socket Python SDK is now on PyPI, enabling developers to more easily interact with the Socket REST API in Python projects.
Security News
Floating dependency ranges in npm can introduce instability and security risks into your project by allowing unverified or incompatible versions to be installed automatically, leading to unpredictable behavior and potential conflicts.
Security News
A new Rust RFC proposes "Trusted Publishing" for Crates.io, introducing short-lived access tokens via OIDC to improve security and reduce risks associated with long-lived API tokens.