react-native-in-app-debugger 1.0.54 → 1.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.jsx +1 -1
  2. package/package.json +1 -1
package/index.jsx CHANGED
@@ -104,7 +104,7 @@ export default ({
104
104
 
105
105
  const errors = apis.filter((a) => a.response?.error).length;
106
106
  const numPendingApiCalls = apis.filter((a) => !a.response).length;
107
- let badgeHeight = fontSize + 7;
107
+ let badgeHeight = fontSize * 3;
108
108
 
109
109
  const displayLabels = [
110
110
  (!!env || !!version) && (env || "") + (env ? " " : "") + version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "This library's main usage is to be used by Non-Technical testers during UAT, SIT or any testing phase.",
5
5
  "main": "index.jsx",
6
6
  "scripts": {