🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-native-form-container

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-form-container - npm Package Compare versions

Comparing version
1.0.38
to
1.0.39
+1
-1
package.json
{
"name": "react-native-form-container",
"version": "1.0.38",
"version": "1.0.39",
"description": "A form container component for React Native",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -41,3 +41,3 @@ import React, {

const inputCheckValidation = useCallback((): boolean => {
let isEmpty = false;
let isEmpty = true;
React.Children.forEach(initialChildren, (child) => {

@@ -51,3 +51,3 @@ if (React.isValidElement(child)) {

) {
isEmpty = true;
isEmpty = false;
}

@@ -54,0 +54,0 @@ }