React Native
Modules
By default the credolab React Native Plugin includes the following modules:
Android
- Core 2.3.0
- Media 2.1.0
- Account 2.1.0
- Calendar 2.1.0
- Contact 2.1.0
iOS
- 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
- Add or delete import statement in
RNCredoappsdkModule.java
file - Add or delete
addModule
method atCredoAppService
initialization - Add or delete dependency declaration in
build.gradle
file - Add or delete permission in
AndroidManifest.xml
file
See the example:
π¦
React Native Android: Modify credolabSDK modules
Open Recipe
iOS
- Add or delete import statement in
CredoLabModule.swift
file - Add or delete
addModule
method atCredoAppService
initialization - Add or delete permission in
Info.plist
file
See the example:
π¦
React Native iOS: Modify credolabSDK modules
Open Recipe
Updated about 2 months ago