-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add Group in React Native Android ? #97
Comments
share code. But I'm not sure its possible. |
I am having the same code as author . constructor( props ) {
} callFriendTapped() { stopListenerTapped() { render() {
{/*
} _checkIfUserCanAccessContacts() { _checkIfAlreadyRequestedAccessToContacts() { _requestAccessToContacts() { // _addGroup() { _openPrivacySettings() { _getContacts() {
} _selectContact() { // }); // } // _selectContact() { // _addContact() { // _addGroup( searchText ) { // } // } _searchContacts( searchText ) { |
Hey while writing code for add group it is giving undefined error and not working . I have the group data in my code but group is not making provide and an error ? Please help !
The text was updated successfully, but these errors were encountered: