We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b551b33 commit 9c81205Copy full SHA for 9c81205
app/worker/utils.js
@@ -51,7 +51,7 @@ const lookupForRNModules = (size = 999) => {
51
}
52
for (let moduleId = 0; moduleId <= actualSize - 1; moduleId++) {
53
const rn = getModule(moduleId);
54
- if (rn.requireNativeComponent && rn.NativeModules) {
+ if (rn && rn.requireNativeComponent && rn.NativeModules) {
55
return rn;
56
57
0 commit comments