React Native SDK
credolabSDK for React Native is a set of libraries designed to capture a client’s digital footprint from mobile devices and upload it to the credolab web service for future processing of scorecards and fragments.
Versions
Go to the Declare dependencies section of the React Native Integration documentation to learn how to resolve these artifacts in your project
Core Module
Artifact ID | Version |
---|---|
@credolab/react-core | 5.10.0 |
Starting from version 5.4.0, the
Core
plugin includes functionality for collecting application metadata. Additionally, beginning with this version, the plugin automatically adds the<queries>
section with the intent actionandroid.intent.action.MAIN
to the application's Manifest file
Android Modules
Artifact ID | Version |
---|---|
@credolab/react-android-account | 5.1.0 |
@credolab/react-android-calendar | 5.1.0 |
@credolab/react-android-contact | 5.3.0 |
@credolab/react-android-iovation | 5.2.0 |
@credolab/react-android-audio | 5.1.0 |
@credolab/react-android-images | 5.2.0 |
@credolab/react-android-video | 5.2.0 |
@credolab/react-android-sms | 5.1.0 |
@credolab/react-android-application Please note that if the Core plugin (react-core ) version 5.4.0 or higher is used, there is no need to include the Application plugin (react-android-application ) | 5.1.0 |
iOS Modules
Artifact ID | Version |
---|---|
@credolab/react-ios-calendar-events | 5.3.0 |
@credolab/react-ios-calendar-reminders | 5.3.0 |
@credolab/react-ios-contact | 5.4.0 |
@credolab/react-ios-iovation | 5.3.0 |
@credolab/react-ios-media | 5.2.0 |
@credolab/react-ios-music | 5.3.0 |
@credolab/react-ios-application | 5.3.0 |
Behavioral Module
Artifact ID | Version |
---|---|
@credolab/react-behavioral | 5.4.0 |
Modules
Core Module
Based on native modules Android Core Module and iOS Core Module
Our developed modules are categorized based on runtime permissions. To determine which permissions are associated with each module, please refer to the Android SDK or iOS SDK documentation.
Android Modules
- AndroidApplicationModule
- AndroidAccountModule
- AndroidCalendarModule
- AndroidContactModule
- AndroidIovationModule
- AndroidAudioModule
- AndroidImagesModule
- AndroidVideoModule
- AndroidSmsModule
iOS Modules
- IosCalendarEventsModule
- IosCalendarRemindersModule
- IosContactModule
- IosIovationModule
- IosMediaModule
- IosMusicModule
- IosApplicationModule
Please note that CredoAppLogging is not available for React Native.
Updated 3 days ago