question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

react-native run-android build crashes

See original GitHub issue

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 https://github.com/evollu/react-native-fcm/issues/470

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sibeliuscommented, Aug 15, 2017

just remove the @Override

0reactions
vonovakcommented, Apr 17, 2020

closing as outdated

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native app crashes without any error log - Stack Overflow
my bug was fixed by deleting the build folder(inside android/app) and running npx react-native run-android.
Read more >
React Native Android release build crash on device - Medium
Reason behind this is when we run react-native bundle command it generate few drawable folder inside android project's res ([project_root]/android/app/src/main/ ...
Read more >
Fixing React-Native android release build - wesionaryTEAM
Android release build crashes on launch but works fine in development mode. After months of research and development, your app is finally ready...
Read more >
android app is crashing when app is launching #384 - GitHub
Upon successfully installing and when i build react-native run-android, my build is 100% successful. But when the app is about to launch, ...
Read more >
Troubleshooting build errors and crashes - Expo Documentation
[stderr] Note: /build/workingdir/build/app/node_modules/@react-native-async-storage/async- ... Locally compile and run the Android app in release mode.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found