Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redu/react-native-component-layout

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redu/react-native-component-layout - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

Button.js

@@ -45,3 +45,3 @@ /**

return (
<Break style={[buttonStyle, style]} {...props}>
<Break bottom={0} style={[buttonStyle, style]} {...props}>
<ActivityIndicator size="small" color={activityIndicatorColour} />

@@ -53,3 +53,3 @@ </Break>

return (
<Break onPress={onPress} all={0} style={[buttonStyle, style]} {...props}>
<Break onPress={onPress} bottom={0} style={[buttonStyle, style]} {...props}>
{children}

@@ -56,0 +56,0 @@ </Break>

@@ -31,3 +31,3 @@ {

"description": "Layout components",
"gitHead": "0e676cdb1240a8eb7d6348d8d0590e23c17b6a9f",
"gitHead": "a4d77dfb876b117e791b9d406dfb4694587e4bf1",
"license": "ISC",

@@ -39,3 +39,3 @@ "main": "index.js",

},
"version": "1.2.1"
"version": "1.2.2"
}

@@ -24,2 +24,3 @@ /**

* @param align
* @param justify
* @param onPress,

@@ -44,2 +45,3 @@ * @param style

align,
justify,
onPress = null,

@@ -63,2 +65,3 @@ style,

alignItems: align,
justifyContent: justify,
flexWrap: wrap ? "wrap" : "nowrap"

@@ -81,3 +84,4 @@ },

wrap: true,
align: "center"
align: null,
justify: null
};

@@ -96,5 +100,6 @@

wrap: PropTypes.bool,
align: PropTypes.string
align: PropTypes.string,
justify: PropTypes.string
};
export default Wrap;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc