Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
The Android WalkMe Mobile SDK supports integration with all web-view based hybrid apps. WalkMe provides its logic and user interface at the native level, so there's no risk of performance issues or need for code changes in the host app.
This article explains how to integrate the Android WalkMe Mobile SDK with a hybrid app.
npm install react-native-walkme-sdk --saveandroid/app/src/main/java/[...]/MainActivity.java
import com.walkme.RNWalkMeSdkPackage; to the imports at the top of the filenew RNWalkMeSdkPackage() to the list returned by the getPackages() methodandroid/settings.gradle
include ':react-native-walkme-sdk'project(':react-native-walkme-sdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-walkme-sdk/android') |
android/app/build.gradle :
compile project(':react-native-walkme-sdk') |

import RNWalkmeSdk from 'react-native-walkme-sdk'; ... RNWalkmeSdk.start(key, secret); |
Verify the integration by looking for this line in your logs: ABBI SDK