mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
15907419f3
Summary: The `InspectorOverlay` component was getting unwieldy, so I broke it into three components: - Inspector - InspectorOverlay - InspectorPanel and added @flow types. The inspector was also living under the `ReactIOS` directory, and I moved it up into the `Libraries` directory, as the inspector will soon be usable [on Android](https://phabricator.fb.com/D2138319). All features of the inspector should remain functional, with the addition of one feature: - you can toggle "touch to inspect" by tapping the "Inspect" button at the bottom of the inspection panel. When inspection is disabled, the panel remains, but you can interact with the app normally without touches being intercepted @public Test Plan: Open the inspector: - touch to inspect things, verify that margin, padding, size and position are reported correctly, and that the component hierarchy is navigable. - tap the "Inspect" button, and verify that you can interact with the app normally. {F22548949} [Video of toggling inspection](https://www.latest.facebook.com/pxlcld/mrs9) |
||
---|---|---|
.. | ||
ActionSheetIOS | ||
AdSupport | ||
Animation | ||
AppRegistry | ||
AppStateIOS | ||
ART | ||
BatchedBridge | ||
CameraRoll | ||
Components | ||
CustomComponents | ||
Device | ||
Fetch | ||
Geolocation | ||
Image | ||
Inspector | ||
Interaction | ||
JavaScriptAppEngine | ||
LinkingIOS | ||
NativeApp | ||
Network | ||
Picker | ||
PushNotificationIOS | ||
RCTTest | ||
react-native | ||
ReactIOS | ||
ReactNative | ||
RKBackendNode | ||
Settings | ||
Storage | ||
StyleSheet | ||
Text | ||
Utilities | ||
vendor | ||
Vibration | ||
WebSocket | ||
Promise.js |