Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-native-formik

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-formik - npm Package Compare versions

Comparing version
1.7.6
to
1.7.7
+2
-0
index.d.ts

@@ -27,2 +27,4 @@ import * as React from 'react';

onChange: string;
setFieldValue(value: string): void;
setFieldTouched(): void;
}

@@ -29,0 +31,0 @@

+1
-1
{
"name": "react-native-formik",
"version": "1.7.6",
"version": "1.7.7",
"description": "Make the most of your React Native forms with Formik",

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

@@ -29,4 +29,4 @@ # React Native Formik [![Coverage Status](https://coveralls.io/repos/github/bamlab/react-native-formik/badge.svg?branch=master)](https://coveralls.io/github/bamlab/react-native-formik?branch=master) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![NPM downloads](https://img.shields.io/npm/dm/react-native-formik.svg)](https://www.npmjs.com/package/react-native-formik) [![NPM downloads](https://img.shields.io/npm/dt/react-native-formik.svg)](https://www.npmjs.com/package/react-native-formik)

- [Guides](#guides)
- [The Gist](#the-gist)
- [Custom components](#custom-components)
- [The Gist](#the-gist-see-it-in-snack)
- [Custom components](#custom-components-see-it-in-snack)
- [Formatting inputs](#formatting-inputs)

@@ -33,0 +33,0 @@ - [Move form above keyboard](#move-form-above-keyboard)

Sorry, the diff of this file is too big to display