Android requires allowing permissions with https://facebook.github.io/react-native/docs/permissionsandroid .html The READ_CONTACTS permission must be added to your main application’s AndroidManifest. xml . If your app creates contacts add WRITE_CONTACTS permission to AndroidManifest.