UNPKG

@msg91comm/react-native-sendotp

Version:

The SendOtp Verification SDK makes verifying phone numbers easy. SDK supports the verification of phone numbers via SMS & Calls.

10 lines (7 loc) 187 B
/** * @format */ import { AppRegistry } from 'react-native' import { name as appName } from './app.json' import App from './src/App' AppRegistry.registerComponent(appName, () => App)