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 #662

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

react-native run-android build crashes #662

CptMaumau opened this issue Aug 8, 2017 · 2 comments

Comments

@CptMaumau
Copy link

It it crashing because of this override in ImagePickerPackage.java

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

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

@vbuch
Copy link

vbuch commented Aug 10, 2017

There already is a PR for this: #661

@janicduplessis
Copy link
Contributor

Fixed in 0.26.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants