react-native-in-app-debugger 1.0.84 → 1.0.85

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 +2 -2
  2. package/package.json +1 -1
package/Api/Row.jsx CHANGED
@@ -64,11 +64,11 @@ export default ({ item, filter, wrap, setWrap }) => {
64
64
  }}
65
65
  >
66
66
  <Text style={{ color: wrap ? undefined : "white", fontSize: 10 }}>
67
- Wrap Text
67
+ Wrap
68
68
  </Text>
69
69
  </TouchableOpacity>
70
70
  </View>
71
- <Comp horizontal style={{flex:1}}>
71
+ <Comp horizontal>
72
72
  {tab === tabs[0].value && hasResponse && (
73
73
  <Text style={{ color: "white" }}>
74
74
  <Highlight
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-in-app-debugger",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
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": {