mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 02:35:41 +00:00
[ReactNative] Remove arc build
instructions from require
This commit is contained in:
parent
cf126f1172
commit
463a5bc9a4
@ -196,7 +196,7 @@
|
|||||||
if (!module) {
|
if (!module) {
|
||||||
msg = 'Requiring unknown module "' + id + '"';
|
msg = 'Requiring unknown module "' + id + '"';
|
||||||
if (__DEV__) {
|
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);
|
throw new ModuleError(msg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user