mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 19:48:30 +08:00
[ReactNative] Remove arc build instructions from require
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
if (!module) {
|
||||
msg = 'Requiring unknown module "' + id + '"';
|
||||
if (__DEV__) {
|
||||
msg += '. It may not be loaded yet. Did you forget to run arc build?';
|
||||
msg += '. If you are sure the module is there, try restarting the packager.';
|
||||
}
|
||||
throw new ModuleError(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user