mindbox-sdk
v2.11.0
Published
SDK for integration React Native mobile apps with Mindbox
Downloads
846
Readme
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:
Install the Mindbox SDK package:
npm i --save mindbox-sdk
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.