react-native-inapp-inspector 1.1.19 → 1.1.20

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.
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.19";
1
+ export declare const LIB_VERSION = "1.1.20";
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
4
  // AUTO-GENERATED FILE — do not edit by hand.
5
5
  // Regenerated from package.json on every build by scripts/gen-version.js.
6
- exports.LIB_VERSION = '1.1.19';
6
+ exports.LIB_VERSION = '1.1.20';
@@ -1315,7 +1315,7 @@ const getRawStyles = (colors) => ({
1315
1315
  justifyContent: 'flex-end',
1316
1316
  },
1317
1317
  modalBackdropPressable: {
1318
- ...react_native_1.StyleSheet.absoluteFill,
1318
+ ...react_native_1.StyleSheet.absoluteFillObject,
1319
1319
  },
1320
1320
  modalContentCard: {
1321
1321
  height: '90%',
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "1.1.19";
1
+ export declare const LIB_VERSION = "1.1.20";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED FILE — do not edit by hand.
2
2
  // Regenerated from package.json on every build by scripts/gen-version.js.
3
- export const LIB_VERSION = '1.1.19';
3
+ export const LIB_VERSION = '1.1.20';
@@ -1279,7 +1279,7 @@ export const getRawStyles = (colors) => ({
1279
1279
  justifyContent: 'flex-end',
1280
1280
  },
1281
1281
  modalBackdropPressable: {
1282
- ...StyleSheet.absoluteFill,
1282
+ ...StyleSheet.absoluteFillObject,
1283
1283
  },
1284
1284
  modalContentCard: {
1285
1285
  height: '90%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-inapp-inspector",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "A self-contained network, console, analytics, and webview inspector for React Native applications.",
5
5
  "repository": {
6
6
  "type": "git",