@abihealth/goapp-react-native 1.43.0 → 1.43.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.43.1](https://github.com/abiglobalhealth/react-native-sdk/compare/goapp-react-native-v1.43.0...goapp-react-native-v1.43.1) (2025-10-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * button size grows dynamically ([#246](https://github.com/abiglobalhealth/react-native-sdk/issues/246)) ([f4c27fb](https://github.com/abiglobalhealth/react-native-sdk/commit/f4c27fb48677821bd7908639ddc2341225ea1946))
9
+
3
10
  ## [1.43.0](https://github.com/abiglobalhealth/react-native-sdk/compare/goapp-react-native-v1.42.0...goapp-react-native-v1.43.0) (2025-10-09)
4
11
 
5
12
 
@@ -120,7 +120,8 @@ var getStyles = function (_a) {
120
120
  columnGap: spacing.xs,
121
121
  alignItems: 'center',
122
122
  justifyContent: 'center',
123
- maxHeight: 53
123
+ minHeight: 53,
124
+ flexWrap: 'wrap'
124
125
  },
125
126
  buttonPrimary: {
126
127
  backgroundColor: palette.primary.base
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abihealth/goapp-react-native",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"