The Mindbox SDK allows developers to integrate mobile push notifications, in-app messages, and client events into your React Native projects.
These instructions will help you integrate the Mindbox SDK into your React Native app.
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 ..
Initialize the Mindbox SDK in your React Native app. You can find the necessary code snippet and explanations here.
Learn how to send events to Mindbox. Different operations and their usage are detailed here.
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).
Feel free to refer to the Example of integration in case of any issues.
If you need further assistance, don't hesitate to contact us.
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.