Gus Nando

Results 3 comments of Gus Nando

hi, import permision android `import {PermissionsAndroid} from 'react-native';` and use this two method ``` getPhoneNumber = async () => { return selectContactPhone().then(selection => { if (!selection) { return null; }...

did you added `` in android manifest? and can you share some of your code?