Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
The WalkMe iOS SDK is compatible with React Native for iOS. This article explains how to integrate the WalkMe iOS SDK with a React Native app.
npm install react-native-walkme-sdk --savecd ${PROJECT_DIR}/iospod installLibraries ➜ Add Files to [your project's name]node_modules ➜ react-native-walkme-sdk and add RNWalkMeSdk.xcodeproj.a to your project's Build Phases ➜ Link Binary With Librariespod 'RNWalkMe', :path => '../node_modules/react-native-walkme/ios'
And you're done!
import RNWalkme from 'react-native-walkme-sdk';...RNWalkme.start(key, secret); |