react-native-in-app-debugger 1.0.19 → 1.0.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.
Files changed (2) hide show
  1. package/index.jsx +1 -4
  2. package/package.json +1 -1
package/index.jsx CHANGED
@@ -8,9 +8,6 @@ import {
8
8
  SafeAreaView,
9
9
  Dimensions,
10
10
  } from "react-native";
11
- // const DeviceInfo = React.lazy(() =>
12
- // import("react-native-device-info").catch(() => ({ default: null }))
13
- // );
14
11
 
15
12
  let DeviceInfo;
16
13
  try {
@@ -179,7 +176,7 @@ const styles = StyleSheet.create({
179
176
  badgeContainer: {
180
177
  gap: 3,
181
178
  flexDirection: "row",
182
- top: -12,
179
+ top: -10,
183
180
  right: -3,
184
181
  position: "absolute",
185
182
  zIndex: 999,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "index.jsx",
6
6
  "scripts": {