@servesall/atoms 1.1.23 → 1.1.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.
@@ -1963,9 +1963,7 @@ var RoundBtn$3 = function RoundBtn(_ref) {
1963
1963
  };
1964
1964
  });
1965
1965
  return /*#__PURE__*/React__default["default"].createElement(Animated__default["default"].View, {
1966
- style: [{
1967
- flex: 1
1968
- }, animatedStyle]
1966
+ style: [animatedStyle]
1969
1967
  }, /*#__PURE__*/React__default["default"].createElement(ButtonStyle$3, {
1970
1968
  size: size,
1971
1969
  active: active,
@@ -1950,9 +1950,7 @@ var RoundBtn$3 = function RoundBtn(_ref) {
1950
1950
  };
1951
1951
  });
1952
1952
  return /*#__PURE__*/React.createElement(Animated.View, {
1953
- style: [{
1954
- flex: 1
1955
- }, animatedStyle]
1953
+ style: [animatedStyle]
1956
1954
  }, /*#__PURE__*/React.createElement(ButtonStyle$3, {
1957
1955
  size: size,
1958
1956
  active: active,
@@ -1955,9 +1955,7 @@
1955
1955
  };
1956
1956
  });
1957
1957
  return /*#__PURE__*/React__default["default"].createElement(Animated__default["default"].View, {
1958
- style: [{
1959
- flex: 1
1960
- }, animatedStyle]
1958
+ style: [animatedStyle]
1961
1959
  }, /*#__PURE__*/React__default["default"].createElement(ButtonStyle$3, {
1962
1960
  size: size,
1963
1961
  active: active,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servesall/atoms",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "Atoms for react-native",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",
@@ -29,7 +29,7 @@ const RoundBtn = ({
29
29
  });
30
30
 
31
31
  return (
32
- <Animated.View style={[{ flex: 1 }, animatedStyle]}>
32
+ <Animated.View style={[animatedStyle]}>
33
33
  <ButtonStyle
34
34
  size={size}
35
35
  active={active}