Skip to content

mindbox-cloud/react-native-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

justSmKsozinovAndreyEmtsov$GITHUB_ACTOR
Mar 27, 2025
2f57f0e · Mar 27, 2025
Mar 11, 2025
Mar 5, 2025
Mar 27, 2025
Feb 13, 2025
Oct 22, 2024
Feb 13, 2025
Feb 14, 2024
Oct 1, 2021
Feb 14, 2024
Oct 1, 2021
Mar 27, 2025
Jul 1, 2024
Mar 5, 2025
Feb 12, 2024
Oct 22, 2024
Apr 24, 2024
Mar 27, 2025
Oct 1, 2021
Aug 17, 2023

Repository files navigation

npm version

Mindbox SDK for React Native

The Mindbox SDK allows developers to integrate mobile push notifications, in-app messages, and client events into your React Native projects.

Getting Started

These instructions will help you integrate the Mindbox SDK into your React Native app.

Installation

Follow the installation process detailed here. Overview:

  1. Install the Mindbox SDK package:

     npm i --save mindbox-sdk
  2. For iOS, make sure to install the pods:

     cd ios && pod install && cd ..

Initialization

Initialize the Mindbox SDK in your React Native app. You can find the necessary code snippet and explanations here.

Operations

Learn how to send events to Mindbox. Different operations and their usage are detailed here.

Push Notifications

Mindbox SDK aids in handling push notifications. It offers configurations and usage instructions, found in the SDK documentation Android(FCM), Android(HCM), IOS and IOS(Rich).

Troubleshooting

Feel free to refer to the Example of integration in case of any issues.

Further Help

If you need further assistance, don't hesitate to contact us.

License

This library is open source, available under the explicit terms of the License.

For a comprehensive understanding, we recommend reading the Mindbox React Native SDK documentation.