-
Notifications
You must be signed in to change notification settings - Fork 135
Fixed ContactWrapper is not abstract and does not override abstract method #5
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
base: master
Are you sure you want to change the base?
Conversation
The changes you made didn't work for me I'm still getting the abstract error message |
@dooleydragon Did you did |
I just did, I'll give it another try and let you know. |
The changes that you made aren't there after the npm install. I'm going to mess around with it for a little bit and see if I can fix it. |
I was able to get it to compile I had to changed the ContactsWrapper.java in the Node Modules folder and after that it compiled there was another app:dexdebug error... that's because there was a build folder in the react-native-contacts-wrapper\android\app\build had to delete that then it compiled. Now the application closes everytime I click the button but it does display the contact list. |
@dooleydragon : if you see this line, what basically I did was do a fresh install of the package. Include the package via |
Having issue of ContactWrapper is not abstract and does not override abstract method when imported into react-native project.

Also fixed some imports in the file.
Updated README.md with proper
settings.gradle
and examples