Socket
Socket
Sign inDemoInstall

react-native-radio-buttons-group

Package Overview
Dependencies
0
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

1

lib/types.ts

@@ -25,2 +25,3 @@ import { StyleProp, TextStyle, ViewStyle } from 'react-native';

export type RadioGroupProps = {
accessibilityLabel?: string;
containerStyle?: StyleProp<ViewStyle>;

@@ -27,0 +28,0 @@ layout?: 'row' | 'column';

2

package.json
{
"name": "react-native-radio-buttons-group",
"version": "3.0.3",
"version": "3.0.4",
"description": "Simple and Best. An easy to use radio buttons for react native apps.",

@@ -5,0 +5,0 @@ "main": "./lib/index.ts",

@@ -104,2 +104,3 @@ # React Native Radio Buttons Group

--- | --- | --- | --- | ---
accessibilityLabel | string | no | radio button | any string
borderColor | string | no | color | css color formats

@@ -125,2 +126,3 @@ borderSize | number | 2 | | positive numbers

--- | --- | --- | --- | ---
accessibilityLabel | string | no | radio group | any string
containerStyle | object | no | | react style

@@ -127,0 +129,0 @@ layout | enum | no | column | row / column

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc