Initialization
Import SDK
import WepinLogin from '@wepin/login-rn'Creating and Initializing the WepinLogin Instance
App Registration and Key IssuanceWepinLogin Instanceconst wepinLogin = new WepinLogin({
appId: 'wepinAppId',
appKey: 'wepinAppKey',
});
await wepinLogin.init()Checking Initialization Status (isInitialized)
Example
Last updated
Was this helpful?