# **_`@retrip/react-native-js`_**

_solana web3.js api for RETRIP_

<br>

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![License][license-image]][license-url]
[[changelog]](CHANGELOG.md)

```bash
npm install @retrip/react-native-js readable-stream
```

```bash
yarn add @retrip/react-native-js readable-stream
```

---

## **_`Requirement`_**

##### metro.config.js

```javascript
module.exports = {
  resolver: {
    sourceExts: ["jsx", "js", "ts", "tsx", "cjs"],
    extraNodeModules: {
      stream: require.resolve("readable-stream"),
    },
  },
};
```

## **_`Examples`_**

```typescript
import { ____ } from "____";
```

#### _._

```typescript
import { ____ } from "____";
```

## **License**<br>

[MIT](LICENSE)

[npm-image]: https://img.shields.io/npm/v/%40retrip%2Fjs.svg
[npm-url]: https://npmjs.org/package/%40retrip%2Fjs
[downloads-image]: https://img.shields.io/npm/dm/%40retrip%2Fjs.svg
[downloads-url]: https://npmcharts.com/compare/%40retrip%2Fjs?minimal=true
[license-url]: https://opensource.org/licenses/MIT
[license-image]: https://img.shields.io/npm/l/%40retrip%2Fjs
