React Native

Modules

By default the credolab React Native Plugin includes the following modules:

Android

  1. Core 2.3.0
  2. Media 2.1.0
  3. Account 2.1.0
  4. Calendar 2.1.0
  5. Contact 2.1.0

iOS

  1. CredoAppCore 2.1.0

πŸ“˜

More modules for iOS and Android

To see a full list of available modules and their versions please refer to the Android and iOS SDK documentation.

Modify included modules set

❗️

Optional

Follow this instruction in case the particular modules are not needed or need to be added.

The full list of modules and their permissions can be found in the modules section of the Android SDK and iOS SDK documentation.

Install React Native plugin manually

Android

  1. Add or delete import statement inRNCredoappsdkModule.java file
  2. Add or delete addModule method at CredoAppService initialization
  3. Add or delete dependency declaration in build.gradle file
  4. Add or delete permission in AndroidManifest.xml file

See the example:

iOS

  1. Add or delete import statement inCredoLabModule.swift file
  2. Add or delete addModule method at CredoAppService initialization
  3. Add or delete permission in Info.plist file

See the example: