streem / react-native-select-contact

A cross-platform contact selection library for react-native
MIT License
114 stars 50 forks source link

Fix possible null pointer exception in launchPicker #35

Closed Kamalnrf closed 3 years ago

Kamalnrf commented 3 years ago

Lifts up mContactsPromise initialisation in launchPicker

Fixes: Issue 34

seanadkinson commented 3 years ago

Thank you!