npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@iterable/react-native-sdk

v2.2.0

Published

Iterable SDK for React Native.

Readme

Iterable logo

Iterable's React Native SDK

Iterable is a growth marketing platform that helps you to create better experiences for—and deeper relationships with—your customers. Use it to send customized email, SMS, push notification, in-app message and web push notification campaigns to your customers.

This SDK helps you integrate your React Native-based iOS and Android apps with Iterable. It supports JavaScript and TypeScript.

Requirements

Iterable's React Native SDK relies on:

Installation

For installation instructions, read Installing Iterable's React Native SDK.

📚 API Documentation

View the API documentation.

Architecture Support

Iterable's React Native SDK now fully supports React Native's New Architecture, including TurboModules and Fabric. You can use the SDK with either the legacy architecture or the New Architecture.

Notes:

  • Ensure your app is configured for New Architecture per the React Native docs.
  • The example app in this repository is configured with New Architecture enabled.

Beta Versions

To opt into beta versions of the SDK, you can install the latest beta version by using the beta tag:

# Install the latest beta version
npm install @iterable/react-native-sdk@beta

# Or using yarn
yarn add @iterable/react-native-sdk@beta

Note: Beta versions may contain experimental features and could have breaking changes. We recommend testing beta versions in development environments before using them in production. Please report any issues found in beta releases to Customer Support.

Features

To learn more about the SDK, read:

Example project

For sample code, take a look at the following project:

Version mapping

For quick reference, the following table lists the versions of the Android SDK and the iOS SDK the React Native SDK points to for version 1.2.0 and above.

| RN SDK Version | Android SDK Version | iOS SDK Version | | --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- | | 2.2.0 | 3.6.2 | 6.6.3 | 2.1.0 | 3.5.2 | 6.5.4 | 2.0.4 | 3.5.2 | 6.5.4 | 2.0.3 | 3.5.2 | 6.5.4 | 2.0.2 | 3.5.2 | 6.5.4 | 2.0.1 | 3.5.2 | 6.5.4 | 2.0.0 | 3.5.2 | 6.5.4 | 1.3.21 | 3.5.2 | 6.5.4 | 1.3.20 | 3.5.2 | 6.5.4 | 1.3.19 | 3.5.2 | 6.5.3 | 1.3.18 | 3.5.2 | 6.5.3 | 1.3.17 | 3.4.16 | 6.4.15 | 1.3.16 | 3.4.15 | 6.4.15 | 1.3.15 | 3.4.14 | 6.4.14 | 1.3.14 | 3.4.13 | 6.4.14 | 1.3.13 | 3.4.11 | 6.4.12 | 1.3.12 | 3.4.10 | 6.4.12 | 1.3.11 | 3.4.10 | 6.4.11 | 1.3.10 | 3.4.10 | 6.4.10 | | 1.3.9 | 3.4.10 | 6.4.9 | | 1.3.7 | 3.4.10 | 6.4.8 | | 1.3.6 | 3.4.9 | 6.4.7 | | 1.3.5 | 3.4.9 | 6.4.7 | | 1.3.4 | 3.4.8 | 6.4.6 | | 1.3.3 | 3.4.7 | 6.4.5 | | 1.3.2 | 3.4.5 | 6.4.3 | | 1.3.1 | 3.4.5 | 6.4.2 | | 1.3.0 | 3.4.5 | 6.4.2 | | 1.2.3 | 3.4.5 | 6.4.2 | | 1.2.2 | 3.4.4 | 6.4.1 | | 1.2.1 | 3.4.3 | 6.4.1 | | 1.2.0 | 3.4.3 | 6.4.1 | | 1.1.3 | 3.3.8 | 6.3.4 | | 1.1.2 | 3.3.5 | 6.3.3 | | 1.1.1 | 3.3.4 | 6.3.2 | | 1.1.0 | 3.3.2 | 6.3.1 |

Release notes, support and troubleshooting

Release notes:

Support policies:

Please contact your customer success manager with any questions.

License

This SDK is released under the MIT License. See LICENSE for more information.

Want to contribute?

This library is open source, and we will look at issue reports and pull requests. See CONTRIBUTING for more information.