# react-native-unimodules

> This library contains the core unimodule infrastructure and a collection of unimodules and interfaces that are commonly depended on by other unimodules.

Latest version **0.14.10** (published 2021-09-24) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.14.10 |
| Published | 2021-09-24 |
| First published | 2019-03-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 27 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 52246 |
| Author | 650 Industries, Inc. |
| Maintainers | tsapeta, dsokal, wkozyra, bbarthec, ide, lukmccall, fiber-god, brentvatne, ccheever, evanbacon, quinlanj, esamelson, fson, expoadmin, charliecruzan, tcdavis, exponent, wschurman, jkhales, bycedric, jonsamp, princefleaswallow, andyboythekid, kudochien, haydendaly |
| Keywords | react-native, expo, modules, unimodules |

## Links

- npm: https://www.npmjs.com/package/react-native-unimodules
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.io/bare/installing-unimodules/
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/react-native-unimodules

## Dependencies (11)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [find-up](https://npm.io/package/find-up.md) ~5.0.0
- [expo-asset](https://npm.io/package/expo-asset.md) ~8.3.3
- [expo-constants](https://npm.io/package/expo-constants.md) ~11.0.2
- [@unimodules/core](https://npm.io/package/@unimodules/core.md) ~7.1.2
- [expo-file-system](https://npm.io/package/expo-file-system.md) ~11.1.3
- [expo-image-loader](https://npm.io/package/expo-image-loader.md) ~2.2.0
- [expo-modules-core](https://npm.io/package/expo-modules-core.md) ~0.2.0
- [unimodules-app-loader](https://npm.io/package/unimodules-app-loader.md) ~2.2.0
- [@unimodules/react-native-adapter](https://npm.io/package/@unimodules/react-native-adapter.md) ~6.3.9
- [unimodules-task-manager-interface](https://npm.io/package/unimodules-task-manager-interface.md) ~6.2.0

## Recent versions

- 0.14.10 (latest) — 2021-09-24
- 0.15.0 (next) — 2021-09-28
- 0.14.9 — 2021-09-24
- 0.14.8 — 2021-09-08
- 0.14.7 — 2021-09-07
- 0.15.0-alpha.0 — 2021-08-17
- 0.14.6 — 2021-07-20
- 0.14.5 — 2021-07-09
- 0.14.4 — 2021-07-08
- 0.14.3 — 2021-06-24
- 0.14.2 — 2021-06-22
- 0.14.1 — 2021-06-16
- 0.14.0 — 2021-05-25
- 0.13.3 — 2021-04-13
- 0.13.2 — 2021-04-09
- … 41 more at https://npm.io/package/react-native-unimodules/versions

## README

# react-native-unimodules

Learn more about this library and learn how to install it on the [Installing react-native-unimodules documentation page](https://docs.expo.io/bare/installing-unimodules/).

<!-- Anything below this is currently not released -->
<!-- ## Config with package.json

You can configure the iOS and Android linking using the `react-native-unimodules` object in the `package.json`:

```json
{
  "react-native-unimodules": {
    "android": {
      "exclude": [
        // Prevent a module from being included on Android
        "expo-camera"
      ]
    },
    "ios": {
      // ...
    }
  }
}
```

`package.json` config is an experimental feature used to support monorepo managed workflow EAS build projects that need to reliably generate iOS and Android code from scratch. The `react-native-unimodules` object name is subject to change in the future. -->

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