# react-native-neumorphic

> Neumorph your components!

Latest version **0.0.0-development** (published 2020-02-17) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0-development |
| Published | 2020-02-17 |
| First published | 2020-02-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 57.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 23 |
| Author | Shane |
| Maintainers | shaneboyar |
| Keywords | react-native, ios, android |

## Links

- npm: https://www.npmjs.com/package/react-native-neumorphic
- Repository: https://github.com/shaneboyar/react-native-neumorphic
- Homepage: https://github.com/shaneboyar/react-native-neumorphic#readme
- Issues: https://github.com/shaneboyar/react-native-neumorphic/issues
- npm.io page: https://npm.io/package/react-native-neumorphic

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.0.0-development (latest) — 2020-02-17
- 0.1.0 — 2020-02-17

## README

# react-native-neumorphic

Neumorph your components!

## Installation

```sh
npm install react-native-neumorphic
```

## Usage

```js
import Component from 'some-module';
import Neumorphic from 'react-native-neumorphic';

// ...
// You can pass an optional configuration object, if you don't this is what it will default to
const config = {
  distance: 50,
  intensity: 0.15,
  blur: 60,
  shape: NeumorphConfigShapes.Flat,
};
const NeumorphicComponent = Neumorphic(Component, config);

// ...

<Neumorphic />;
```

## License

MIT

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