Welcome to the
WalkMe Help Center
Please log in to continue
Select your data center
Please log in to continue
Das WalkMe iOS SDK ist mit React Native für iOS kompatibel. Dieser Artikel erklärt, wie man das WalkMe iOS SDK in eine React Native App integriert.
npm install react-native-walkme-sdk --savecd ${PROJECT_DIR}/iospod installLibraries➜ Add Files to [your project's name]node_modules➜ react-native-walkme-sdkund fügen Sie RNWalkMeSdk hinzu.xcodeproj.ahinzu Build Phases➜ Link Binary With Librariespod 'RNWalkMe', :path => '../node_modules/react-native-walkme/ios'
Und Sie sind fertig!
import RNWalkme from 'react-native-walkme-sdk';...RNWalkme.start(key, secret); |