@abihealth/goapp-react-native 1.37.0 → 1.37.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.37.1](https://github.com/abiglobalhealth/react-native-sdk/compare/goapp-react-native-v1.37.0...goapp-react-native-v1.37.1) (2025-07-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove padding ([#222](https://github.com/abiglobalhealth/react-native-sdk/issues/222)) ([401b342](https://github.com/abiglobalhealth/react-native-sdk/commit/401b342f09f50327c6a6d29f2110f03008733a4f))
9
+
3
10
  ## [1.37.0](https://github.com/abiglobalhealth/react-native-sdk/compare/goapp-react-native-v1.36.2...goapp-react-native-v1.37.0) (2025-07-03)
4
11
 
5
12
 
@@ -127,7 +127,6 @@ var getStyles = function (_a) {
127
127
  var spacing = _a.spacing;
128
128
  return react_native_1.StyleSheet.create({
129
129
  container: {
130
- padding: 0,
131
130
  rowGap: spacing.sm
132
131
  }
133
132
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abihealth/goapp-react-native",
3
- "version": "1.37.0",
3
+ "version": "1.37.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"