React Native is an open source framework for building Android and iOS applications, for this reason, we provided different ways to integrate successfully our SDK into your cross-platform app.
From the Android point of view, we can accomplish it using the soft integration or the classic integration.
The Soft Integration offer a solution which allows the client app to write the Cmp SDK configuration into extra Activity letting the ReactNative main Activity run in isolation.
WIP - The Classic Integration is the traditional way for integration our SDK using the ReactNative main Activity.
The Classic Integration offers better performance than the Soft Integration.
From the Ios side, the integration is performed using a custom ViewController which makes the process easy and straightforward.