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.

11 lines (10 loc) 182 B
module.exports = { root: true, extends: '@react-native-community', rules: { semi: 0, eqeqeq: 0, 'no-console': 'error', 'comma-dangle': ['error', 'never'] } }