react-native-radio-buttons-group
Advanced tools
Comparing version 3.0.2 to 3.0.3
import { StyleProp, TextStyle, ViewStyle } from 'react-native'; | ||
export type RadioButtonProps = { | ||
accessibilityLabel?: string; | ||
borderColor?: string; | ||
@@ -5,0 +6,0 @@ borderSize?: number; |
{ | ||
"name": "react-native-radio-buttons-group", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Simple and Best. An easy to use radio buttons for react native apps.", | ||
"main": "./lib/index.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -29,6 +32,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/thakurballary/react-native-radio-buttons-group#readme", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} | ||
"homepage": "https://github.com/thakurballary/react-native-radio-buttons-group#readme" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110065
152