react-native-in-app-debugger 1.0.68 → 1.0.69

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 +2 -0
  2. package/package.json +1 -1
package/index.jsx CHANGED
@@ -140,6 +140,8 @@ export default ({
140
140
  transform: [{ translateX }, { translateY }],
141
141
  position: "absolute",
142
142
  borderRadius,
143
+ borderColor: 'white',
144
+ borderWidth: .5,
143
145
  backgroundColor: "#000000" + (isOpen ? "ee" : "bb"),
144
146
  height,
145
147
  width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
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": {