react-native-inapp-inspector 1.0.11 → 1.0.12

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.
package/README.md CHANGED
@@ -21,6 +21,14 @@ A premium, self-contained, and interactive in-app debugger for React Native appl
21
21
 
22
22
  ---
23
23
 
24
+ ## Video Walkthrough
25
+
26
+ Watch the library in action, demonstrating network inspection, Redux state tree analysis, WebView debugging, and console logging:
27
+
28
+ [🎬 Download or watch the Video Walkthrough](https://raw.githubusercontent.com/vengatmacuser/react-native-inapp-inspector/main/example/guidance/Video-WalkThrough.mp4)
29
+
30
+ ---
31
+
24
32
  ## Installation
25
33
 
26
34
  Install the package as a development dependency in your React Native project:
@@ -999,7 +999,7 @@ const NetworkInspector = ({ enabled = true }) => {
999
999
  borderWidth: 1,
1000
1000
  borderColor: 'rgba(255, 255, 255, 0.1)'
1001
1001
  }}>
1002
- <react_native_1.Text style={{ fontFamily: AppFonts_1.AppFonts.interBold, fontSize: 10.5, color: '#FFFFFF' }}>v1.0.11</react_native_1.Text>
1002
+ <react_native_1.Text style={{ fontFamily: AppFonts_1.AppFonts.interBold, fontSize: 10.5, color: '#FFFFFF' }}>v1.0.12</react_native_1.Text>
1003
1003
  </react_native_1.View>
1004
1004
  </react_native_1.View>
1005
1005
  </react_native_linear_gradient_1.default>
@@ -1924,7 +1924,7 @@ const NetworkInspector = ({ enabled = true }) => {
1924
1924
  <react_native_1.View style={{ flexDirection: 'row', alignItems: 'center', gap: 5 }}>
1925
1925
  <react_native_1.Animated.View style={{ width: 6, height: 6, borderRadius: 3, backgroundColor: '#4ADE80', opacity: activePulseAnim }}/>
1926
1926
  <react_native_1.Text style={{ fontFamily: AppFonts_1.AppFonts.interMedium, fontSize: 10, color: 'rgba(255,255,255,0.78)', letterSpacing: 0.3 }}>
1927
- Active • {react_native_1.Platform.OS === 'ios' ? 'iOS' : 'Android'} (v1.0.11)
1927
+ Active • {react_native_1.Platform.OS === 'ios' ? 'iOS' : 'Android'} (v1.0.12)
1928
1928
  </react_native_1.Text>
1929
1929
  </react_native_1.View>
1930
1930
  </react_native_1.View>
package/dist/esm/index.js CHANGED
@@ -960,7 +960,7 @@ const NetworkInspector = ({ enabled = true }) => {
960
960
  borderWidth: 1,
961
961
  borderColor: 'rgba(255, 255, 255, 0.1)'
962
962
  }}>
963
- <Text style={{ fontFamily: AppFonts.interBold, fontSize: 10.5, color: '#FFFFFF' }}>v1.0.11</Text>
963
+ <Text style={{ fontFamily: AppFonts.interBold, fontSize: 10.5, color: '#FFFFFF' }}>v1.0.12</Text>
964
964
  </View>
965
965
  </View>
966
966
  </LinearGradient>
@@ -1885,7 +1885,7 @@ const NetworkInspector = ({ enabled = true }) => {
1885
1885
  <View style={{ flexDirection: 'row', alignItems: 'center', gap: 5 }}>
1886
1886
  <Animated.View style={{ width: 6, height: 6, borderRadius: 3, backgroundColor: '#4ADE80', opacity: activePulseAnim }}/>
1887
1887
  <Text style={{ fontFamily: AppFonts.interMedium, fontSize: 10, color: 'rgba(255,255,255,0.78)', letterSpacing: 0.3 }}>
1888
- Active • {Platform.OS === 'ios' ? 'iOS' : 'Android'} (v1.0.11)
1888
+ Active • {Platform.OS === 'ios' ? 'iOS' : 'Android'} (v1.0.12)
1889
1889
  </Text>
1890
1890
  </View>
1891
1891
  </View>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-inapp-inspector",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A self-contained network, console, analytics, and webview inspector for React Native applications.",
5
5
  "repository": {
6
6
  "type": "git",