react-native-in-app-debugger 1.0.59 → 1.0.60

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/Api/index.jsx +2 -1
  2. package/package.json +1 -1
package/Api/index.jsx CHANGED
@@ -229,8 +229,9 @@ export default (props) => {
229
229
  const content = { ...item };
230
230
  delete content.id;
231
231
  Clipboard.setString(
232
- JSON.stringify(content, undefined, 4)
232
+ JSON.stringify(content, undefined, 3)
233
233
  );
234
+ Alert.alert('Copied');
234
235
  }}
235
236
  style={styles.actionButton}
236
237
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "This library's main usage is to be used by Non-Technical testers during UAT, SIT or any testing phase.",
5
5
  "main": "index.jsx",
6
6
  "scripts": {