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.1.0 to 1.2.0

6

Button.js

@@ -7,3 +7,3 @@ /**

import React from "react";
import { View, Text, ActivityIndicator } from "react-native";
import { ActivityIndicator } from "react-native";
import PropTypes from "prop-types";

@@ -44,5 +44,5 @@ import Break from "./Break";

return (
<View style={buttonStyle} {...props}>
<Break style={buttonStyle} {...props}>
<ActivityIndicator size="small" color={activityIndicatorColour} />
</View>
</Break>
);

@@ -49,0 +49,0 @@ }

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

"description": "Layout components",
"gitHead": "388d77bbb1e074ecfbf8f2c96aa4e227901382ff",
"gitHead": "4222909dadebb4e1e9238ee052beb105756875f8",
"license": "ISC",

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

},
"version": "1.1.0"
"version": "1.2.0"
}

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

import PropTypes from "prop-types";
import Break from "./Break";

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

* @param align
* @param lineHeight
* @param url

@@ -40,2 +40,3 @@ * @param style

align,
lineHeight,
url,

@@ -68,3 +69,4 @@ style,

textDecorationLine,
color
color,
lineHeight: lineHeight
},

@@ -83,3 +85,4 @@ style

size: 14,
color: "#404040"
color: "#404040",
lineHeight: null
};

@@ -95,2 +98,3 @@

align: PropTypes.string,
lineHeight: PropTypes.number,
style: PropTypes.any

@@ -97,0 +101,0 @@ };

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