@butternutbox/pawprint-native 0.23.1 → 0.23.2

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/dist/index.js CHANGED
@@ -1191,7 +1191,7 @@ var StyledButton = styled51(Pressable)(
1191
1191
  );
1192
1192
  var StyledTextWrapper = styled51(View)(({ textOpacity, fullWidth }) => __spreadValues({
1193
1193
  opacity: textOpacity
1194
- }, fullWidth ? { flex: 1 } : {}));
1194
+ }, fullWidth ? { flexShrink: 1 } : {}));
1195
1195
  var StyledSpinnerWrapper = styled51(View)({
1196
1196
  position: "absolute",
1197
1197
  alignItems: "center",