mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0912ee179c
Summary: if you xgbs for `fallbackResource:`, you'll find only one place is actually passing a non-nil value to this parameter. https://www.internalfb.com/code/fbsource/fbobjc/Apps/Wilde/FBReactModule2/FBReactModuleAPI/FBReactModuleAPI/FBReactSourceLoaderProd.mm?lines=79 but if we look at the implementation, `@"main"` is the fallback value... https://www.internalfb.com/code/fbsource/[cd930f5f15cca0feb732317147de318ce6aa1db3]/xplat/js/react-native-github/React/Base/RCTBundleURLProvider.mm?lines=224 let's just simplify this api and get rid of this parameter. Changelog: [Internal] Reviewed By: raedle Differential Revision: D32641476 fbshipit-source-id: 637a8c0f7bea834bfecd804a521155f41aaaff7e