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.
- package/README.md +3 -2
- package/index.jsx +0 -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
|
|
3
|
+
This library's main usage is to be used by Non-Technical testers during UAT, SIT or any testing phase.
|
|
4
|
+
|
|
5
|
+

|
|
4
6
|
|
|
5
|
-

|
|
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,
|