Questions tagged [react-native-contacts]
36 questions
0
votes
0 answers
Show full image in contacts after add contact using openContactForm
I am using openContactForm API of React-Native-Contacts in react-native. It's working well and I can send image url for the thumbnail of contact and it's working well.
The minor thing is image is not showing as correctly and the image has cropped…

Shing Ho Tan
- 931
- 11
- 30
0
votes
1 answer
Open default ios contact list in react native app with multiple contacts select
I want to open default ios contacts list with multiple contact selection in react native. For that I tried react-native-contacts-wrapper package, it doesn't support multi-contact select. So I moved to react-native-contacts, which allows multiple…

PDJ
- 1
- 4
0
votes
1 answer
In a Redux's Action, Calling a Function with Callbacks (Using async/await with React-Native-Contacts)
I am developing a mobile app, which uses React-Native, Redux and React-Native-Contacts.
In an action creator, I am trying to call a function (from React-Native-Contacts), which has callbacks (rather than promises). Following is my code.
I want the…

Bilal Abdeen
- 1,627
- 1
- 19
- 41
0
votes
1 answer
How to update just single object value inside an react native state. I have state with the value of thousands of array inside this
How to update just one object value in react native state if we have thousands of objects in state. In my case its taking time to reflect and changing button after clicking as state is asynchronous process. How to update just single object inside an…
0
votes
1 answer
Expo contacts native modal
On this Medium article "Expo SDK v29.0.0 is now available", it is said that
You can now present native modals for creating, and editing, and inspecting contacts.
with an animated GIF below of the contacts as if it was the OS contact…

arnaudambro
- 2,403
- 3
- 25
- 51
0
votes
1 answer
How can I install react-native-contacts?
I'm having issues installing react-native-contacts. How is this done?
react-native: 0.49.3
react-native-contacts: 2.1.1

Harry Moreno
- 10,231
- 7
- 64
- 116