diff --git a/Libraries/ReactNative/YellowBox.js b/Libraries/ReactNative/YellowBox.js index 0a5e1b51c..a43e7a442 100644 --- a/Libraries/ReactNative/YellowBox.js +++ b/Libraries/ReactNative/YellowBox.js @@ -231,13 +231,9 @@ const WarningInspector = ({ {countSentence} - + - {stacktraceVisible ? 'Hide' : 'Show'} Stacktrace + {stacktraceVisible ? '▼' : '▶' } Stacktrace @@ -415,10 +411,6 @@ var styles = StyleSheet.create({ paddingVertical: 22, backgroundColor: backgroundColor(1), }, - toggleStacktraceButton: { - flex: 1, - padding: 5, - }, stacktraceList: { paddingBottom: 5, }, @@ -435,6 +427,8 @@ var styles = StyleSheet.create({ inspectorCount: { padding: 15, paddingBottom: 0, + flexDirection: 'row', + justifyContent: 'space-between', }, inspectorCountText: { color: textColor,