diff --git a/native/crash.react.js b/native/crash.react.js --- a/native/crash.react.js +++ b/native/crash.react.js @@ -235,13 +235,12 @@ color: '#036AFF', }, crashID: { - flexDirection: 'row', + alignItems: 'center', paddingBottom: 12, paddingTop: 2, }, crashIDText: { color: 'black', - paddingRight: 8, }, errorReportID: { flexDirection: 'row', @@ -249,7 +248,13 @@ }, errorReportIDText: { color: 'black', + fontFamily: Platform.select({ + ios: 'Menlo', + default: 'monospace', + }), + fontSize: 12, paddingRight: 8, + paddingTop: 3, }, errorText: { color: 'black',