react-native-in-app-debugger 2.0.23 → 2.0.24

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/Row.jsx +1 -1
  2. package/package.json +1 -1
package/Api/Row.jsx CHANGED
@@ -69,7 +69,7 @@ export default ({ item, filter, wrap, setWrap }) => {
69
69
  borderRadius: 10,
70
70
  }}
71
71
  >
72
- <Text style={{ color: wrap ? undefined : "white", fontSize: 10 }}>
72
+ <Text style={{ color: wrap ? "black" : "white", fontSize: 10 }}>
73
73
  Wrap
74
74
  </Text>
75
75
  </Pressable>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
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": {