# @types/react-native-snackbar-component

> TypeScript definitions for react-native-snackbar-component

Latest version **1.1.9** (published 2023-12-21) · MIT license · 0 weekly downloads

## Install

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

## 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 | 1.1.9 |
| Published | 2023-12-21 |
| First published | 2019-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51437 |
| Maintainers | types |

## Links

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

## Dependencies (2)

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

## Recent versions

- 1.1.9 (latest) — 2023-12-21
- 1.1.7 (ts4.5) — 2023-11-07
- 1.1.4 (ts4.3) — 2023-06-28
- 1.1.1 (ts3.6) — 2021-07-08
- 1.1.0 (ts2.8) — 2019-03-01
- 1.1.8 — 2023-12-04
- 1.1.6 — 2023-10-18
- 1.1.5 — 2023-09-27
- 1.1.3 — 2023-06-12
- 1.1.2 — 2023-05-31

## README

# Installation
> `npm install --save @types/react-native-snackbar-component`

# Summary
This package contains type definitions for react-native-snackbar-component (https://github.com/sidevesh/react-native-snackbar).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-snackbar-component.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-snackbar-component/index.d.ts)
````ts
import * as React from "react";
import { Animated, TextStyle, ViewStyle } from "react-native";

export interface SnackbarComponentProps {
    accentColor?: string | undefined;
    actionText?: string | undefined;
    messageColor?: string | undefined;
    backgroundColor?: string | undefined;
    distanceCallback?: (() => void) | undefined;
    actionHandler?: (() => void) | undefined;
    left?: number | Animated.Value | undefined;
    right?: number | Animated.Value | undefined;
    top?: number | Animated.Value | undefined;
    bottom?: number | Animated.Value | undefined;
    position?: "bottom" | "top" | undefined;
    textMessage?: string | React.JSX.Element | undefined;
    autoHidingTime?: number | undefined;
    visible?: boolean | undefined;
    containerStyle?: ViewStyle | undefined;
    messageStyle?: TextStyle | undefined;
    actionStyle?: TextStyle | undefined;
}

export default class SnackbarComponent extends React.Component<SnackbarComponentProps> {}

````

### Additional Details
 * Last updated: Thu, 21 Dec 2023 19:06:51 GMT
 * Dependencies: [@types/react](https://npmjs.com/package/@types/react), [react-native](https://npmjs.com/package/react-native)

# Credits
These definitions were written by [Haseeb Majid](https://github.com/hmajid2301), and [Enrico Balsamo](https://github.com/balsick).

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