Alex Skiba
Alex Skiba
tried to both solutions i found in here. `his.auth.verifyPhoneNumber(phoneNumber, 120000).then(async verificationId => { if(verificationId){ loading.dismiss() const alert = await this.alertCtrl.create({ header: 'Verify phone number', message: 'Please provide the SMS code...
solves #34
getting the next error ``` ./node_modules/@inkindcards/react-native-money/android/src/main/java/com/inkind/RNMoneyInput/RNMoneyInputModule.kt: (242, 33): Operator call corresponds to a dot-qualified call ‘content?.length.compareTo(0)’ which is not allowed on a nullable receiver ‘content?.length’. ```