react-native-macos/Libraries/Inspector
Janic Duplessis d67c8d4dec Fix printing of false boolean values in the style inspector (#26431)
Summary:
React can't print false, we can just use `JSON.stringify` for any values except string to avoid adding quotes.

## Changelog

[General] [Fixed] - Fix printing of false boolean values in the style inspector
Pull Request resolved: https://github.com/facebook/react-native/pull/26431

Test Plan:
Before

![image](https://user-images.githubusercontent.com/2677334/64896741-e4724d00-d64e-11e9-82b2-57275754523b.png)

After

![image](https://user-images.githubusercontent.com/2677334/64896725-d8868b00-d64e-11e9-903b-8e5212456d78.png)

Reviewed By: TheSavior, mmmulani

Differential Revision: D17468880

Pulled By: JoshuaGross

fbshipit-source-id: 838d3f512037b067ca96fcf5c9d98e2a18fc9821
2019-09-19 13:44:25 -07:00
..
BorderBox.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
BoxInspector.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
ElementBox.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
ElementProperties.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Inspector.js React DevTools v4 integration 2019-08-26 23:56:59 -07:00
InspectorOverlay.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
InspectorPanel.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
NetworkOverlay.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
PerformanceOverlay.js xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
StyleInspector.js Fix printing of false boolean values in the style inspector (#26431) 2019-09-19 13:44:25 -07:00
resolveBoxStyle.js add spec for I18nManager (#24908) 2019-05-31 19:56:37 -07:00