mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix default accessor for unstable_fuseboxEnabled (RNTester crash)
Summary: Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D58527490 fbshipit-source-id: 7974189ab2f4d4e7f38199d5e824611634cd4d7b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ece68f0efd
commit
1c6bf24cfb
@@ -153,7 +153,7 @@
|
||||
|
||||
- (BOOL)unstable_fuseboxEnabled
|
||||
{
|
||||
return [self unstable_fuseboxEnabled];
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSURL *)bundleURL
|
||||
|
||||
Reference in New Issue
Block a user