# @types/react-native-form

> TypeScript definitions for react-native-form

Latest version **2.1.6** (published 2024-02-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/react-native-form
pnpm add @types/react-native-form
yarn add @types/react-native-form
bun add @types/react-native-form
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.1.6 |
| Published | 2024-02-12 |
| First published | 2019-05-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51356 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/react-native-form
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-form
- npm.io page: https://npm.io/package/@types/react-native-form

## Dependencies (2)

- [@types/react](https://npm.io/package/@types/react.md) *
- [react-native](https://npm.io/package/react-native.md) *

## Recent versions

- 2.1.6 (latest) — 2024-02-12
- 2.1.4 (ts4.5) — 2023-11-07
- 2.1.1 (ts3.7) — 2021-07-08
- 2.1.0 (ts3.4) — 2019-05-20
- 2.1.5 — 2023-12-21
- 2.1.3 — 2023-10-18
- 2.1.2 — 2023-09-27

## README

# Installation
> `npm install --save @types/react-native-form`

# Summary
This package contains type definitions for react-native-form (https://github.com/julianocomg/react-native-form#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-form.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-form/index.d.ts)
````ts
import { Component } from "react";
import { ViewProps } from "react-native";

export interface FormProps extends ViewProps {
    customFields?: {
        [key: string]: {
            callbackProp: string;
            controlled: boolean;
            valueProp: string;
        };
    } | undefined;
}

export default class Form extends Component<FormProps> {}

````

### Additional Details
 * Last updated: Mon, 12 Feb 2024 12:41:44 GMT
 * Dependencies: [@types/react](https://npmjs.com/package/@types/react), [react-native](https://npmjs.com/package/react-native)

# Credits
These definitions were written by [Mark Nelissen](https://github.com/marknelissen).

---
_Source: https://npm.io/package/@types/react-native-form · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
