Fixed ContactWrapper is not abstract and does not override abstract method #5
Fixed ContactWrapper is not abstract and does not override abstract method #5deepmehtait wants to merge 2 commits intoLynxITDigital:masterfrom
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.gradleand examples