-
Notifications
You must be signed in to change notification settings - Fork 53
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
Android getting issue execution failed #27
Comments
Hello, Try removing the |
Any news ? |
@yfuks I tried removing the @OverRide statement but the same error shows up
My env:
I'm also using Gradle3 |
I have the same problem with I tried removing the @OverRide statement with no success. Then, I added the following method, copied and pasted from another react-native package, to the ActionSheetPackage class, which make it works. public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
} |
error showing like
I suggested and followed all documents and downgraded also but still getting this error.
The text was updated successfully, but these errors were encountered: