react-native-select-contact
react-native-select-contact copied to clipboard
A cross-platform contact selection library for react-native
Bumps [react-native](https://github.com/facebook/react-native) from 0.61.5 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
When using "selectContactPhone" nothing happens. Code: ``` selectContactPhone() .then(selection => { if (!selection) { return null; } let { contact, selectedPhone } = selection; console.log(`Selected ${selectedPhone.type} phone number ${selectedPhone.number} from...
it works well before on android 7-9 but I face this error:**Cannot open the contact selector twice** on Android 11
The above-mentioned error comes up when clicked on the contact picker on the react-native page in android.
I am currently using this in production. It seems to work nicely. But on some devices it simply doesn't respond. I don't have access to these devices which belong to...
Hello, great lib thank you, i had to get contacts myself because this lib only return partial information of contact selected, for example it would be great to add other...
Big appreciation for the great work. It would be really nice if it would be possible to edit the language when the selection is made (for example with two phone...
I'm getting the following build error (using react native 0.61.5, windows 10). >Execution failed for task ':react-native-select-contact:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed C:\Users\...\.gradle\caches\transforms-2\files-2.1\efad880540fb7feb42c301dc466f4bf9\appcompat-1.0.2\res\values-v28\values-v28.xml:5:5-8:13:...
I am receiving an android permission error even though I add this `` to my `AndroidManifest`. any guesses? Works just fine on iOS. Even tried the `react-native link` but that...