react-native-macos/Libraries/ReactNative
Rick Hanlon a64e5bc251 LogBox - Use Modal for full screen inspector
Summary:
This diff switches LogBox over to use a Modal component so that the log inspector is always full screen.

In order to do that, it needed to add an `internal_excludeLogBox` flag to AppContainer so that it's not recursively rendered  as: AppContainer -> LogBox -> Modal -> AppContainer. Not thrilled about the prop but it's necessary for now until this is rendered as it's own root (which we're working on next).

Changelog: [Internal]

Reviewed By: rubennorte

Differential Revision: D18461394

fbshipit-source-id: e1a80dfffbbe6c5467ac6f8d3c445a3280829020
2019-11-27 08:27:31 -08:00
..
AppContainer.js LogBox - Use Modal for full screen inspector 2019-11-27 08:27:31 -08:00
AppRegistry.js Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
DummyUIManager.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
FabricUIManager.js Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
HeadlessJsTaskError.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
I18nManager.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
NativeHeadlessJsTaskSupport.js TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
NativeI18nManager.js TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
NativeUIManager.js TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
PaperUIManager.js Suppressions for 0.111 2019-11-05 17:36:23 -08:00
ReactFabricInternals.js Migrate "Libraries" from Haste to standard path-based requires (sans vendor & renderers) (#24749) 2019-05-08 08:48:59 -07:00
RootTagContext.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
UIManager.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
UIManagerProperties.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
getNativeComponentAttributes.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
queryLayoutByID.js Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
renderApplication.js Move architecture indicator to internal only 2019-09-09 18:40:02 -07:00
requireNativeComponent.js Introduce flow type to differentiate between HostComponent, NativeMethodsMixin, and NativeComponent 2019-09-25 10:12:38 -07:00