# flare-react-native

> A React Native component to display and animate your Flare files

Latest version **0.0.1** (published 2019-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install flare-react-native
pnpm add flare-react-native
yarn add flare-react-native
bun add flare-react-native
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2019-04-01 |
| First published | 2019-04-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Abraham Hernandez |
| Maintainers | abranhe |
| Keywords | flare-react-native, react-native, react, native, flare, animations, 2dimensions |

## Links

- npm: https://www.npmjs.com/package/flare-react-native
- Repository: https://github.com/abranhe/flare-react-native
- Homepage: https://p.abranhe.com/flare-react-native
- Issues: https://github.com/abranhe/flare-react-native/issues
- npm.io page: https://npm.io/package/flare-react-native

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2019-04-01

## README

# React Native Flare

> (DO NOT USE: WORK IN PROGRESS...)

A React Native component (iOS and Android) to display and animate your Flare files.

## Installation

```
$ npm install flare-react-native
```

## Usage

Add the FlareComponent and reference the file and animation to play.

```jsx
import React from 'react';
import Flare from 'flare-react-native';

class BasicExample extends React.Component {
  render() {
    return
    <Flare source={require('./penguin.flr')} autoPlay loop />;
  }
}

export default BasicExample;
```

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