# react-native-util

> A fork of io.js's util module that works with React Native

Latest version **1.0.2** (published 2015-06-29) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2015-06-29 |
| First published | 2015-06-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | io.js contributors |
| Maintainers | ide, ccheever, exponent |
| Keywords | util, react-native |

## Links

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

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2015-06-29
- 1.0.1 — 2015-06-29
- 1.0.0 — 2015-06-29
- 1.0.0-beta — 2015-06-28

## README

# react-native-util [![Build Status](https://travis-ci.org/exponentjs/react-native-util.svg?branch=master)](https://travis-ci.org/exponentjs/react-native-util)
This is a fork of io.js's "util" module that works with React Native. It is currently tracking io.js 2.3.1.

## Usage

Install the package in your React Native project:
```sh
npm install react-native-util --save
```

Then require it from your JavaScript:
```js
let util = require('react-native-util');
// or if you have enabled ES6 module syntax
import util from 'react-native-util';
```


## Differences from io.js's "util"

- Deprecated methods have been removed
- `deprecate` has been removed since it relies on an internal io.js module
- `inherits` has been removed since React Native supports classes
- Promise introspection has been removed. Promises are printed out as regular JS objects.
- `isBuffer` has been removed since there is no `Buffer` class
- Unused private helper methods have been removed

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