react-native-in-app-debugger 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.
Files changed (3) hide show
  1. package/README.md +3 -2
  2. package/index.jsx +0 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # react-native-in-app-debugger
2
2
 
3
- This library's main usage is be used by Non-Technical tester during UAT or SIT or any testing phase.
3
+ This library's main usage is to be used by Non-Technical testers during UAT, SIT or any testing phase.
4
+
5
+ ![ezgif-3-1cb92b8367](https://github.com/fattahmuhyiddeen/react-native-in-app-debugger/assets/24792201/4ffe083a-4807-4a2e-a624-6a81f506439b)
4
6
 
5
- ![Simulator Screen Recording - iPhone SE (3rd generation) - 2024-02-13 at 19 07 03](https://github.com/fattahmuhyiddeen/react-native-in-app-debugger/assets/24792201/87d0ef78-f692-4cbd-88ed-a6ba67d5931e)
6
7
 
7
8
 
8
9
  Usage :
package/index.jsx CHANGED
@@ -1,6 +1,3 @@
1
- /* eslint-disable react-hooks/rules-of-hooks */
2
- // hooks are prevented to be called conditionally, but in this case, bundle id / package name will never changed in run time, so it is safe to call the hooks under that condition
3
-
4
1
  import React, { useState } from "react";
5
2
  import {
6
3
  Animated,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "index.jsx",
6
6
  "scripts": {