Skip to content
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

react-native run-android build crashes #55

Closed
CptMaumau opened this issue Aug 8, 2017 · 7 comments
Closed

react-native run-android build crashes #55

CptMaumau opened this issue Aug 8, 2017 · 7 comments

Comments

@CptMaumau
Copy link

CptMaumau commented Aug 8, 2017

It it crashing because of this override in ReactNativeDocumentPicker.java

@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
    return Collections.emptyList();
}

Other projects removed it like here evollu/react-native-fcm#470

@abeltje1
Copy link

@CptMaumau Did you find a fix for this?

@sibelius
Copy link
Collaborator

just remove the @Override

@Elyx0
Copy link
Collaborator

Elyx0 commented Sep 27, 2017

Got to keep that on track for v3

@Elyx0 Elyx0 closed this as completed Jan 22, 2019
@manikanta-kondeti
Copy link

manikanta-kondeti commented Aug 18, 2019

This still fails even today. Here is my system spec:

react-native: 0.55.4
mac os x: 10.14

I had to remove the @override manually. Please check and confirm.

@Elyx0
Copy link
Collaborator

Elyx0 commented Aug 18, 2019

Will check!

1 similar comment
@Elyx0
Copy link
Collaborator

Elyx0 commented Aug 18, 2019

Will check!

@Elyx0 Elyx0 reopened this Aug 18, 2019
@vonovak
Copy link
Collaborator

vonovak commented Apr 17, 2020

closing as outdated

@vonovak vonovak closed this as completed Apr 17, 2020
@react-native-documents react-native-documents locked and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants