form-validation-react-native
Advanced tools
+1
-1
| { | ||
| "name": "form-validation-react-native", | ||
| "version": "1.6.3", | ||
| "version": "1.6.4", | ||
| "description": "Form Validator for IOS and Android", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,2 +31,3 @@ import React, { useEffect, useState } from 'react'; | ||
| topLabelStyle?: any; | ||
| containerStyle?: any; | ||
| } | ||
@@ -44,2 +45,3 @@ const SearchableDropdown = ({ | ||
| topLabelStyle, | ||
| containerStyle, | ||
| }: Props) => { | ||
@@ -94,3 +96,3 @@ let questionValue = question?.value ?? []; | ||
| return ( | ||
| <SafeAreaView style={styles.container}> | ||
| <SafeAreaView style={containerStyle ?? styles.container}> | ||
| <AnimatedLabel | ||
@@ -249,3 +251,3 @@ question={{ value: search || (!!singleChoice && questionValue), label: question?.label }} | ||
| margin: Platform.OS === 'ios' ? 12 : 2, | ||
| marginBottom: 10, | ||
| marginBottom: Platform.OS === 'ios' ? 10 : 1, | ||
| padding: 10, | ||
@@ -252,0 +254,0 @@ flexDirection: 'column', |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
232947
0.04%4754
0.04%