# @eueno/react-native

> ```angular2html npm install @eueno/react-native ``` ### example ```angular2html const Eueno = require('@eueno/react-native'); const fs = require('fs');

Latest version **0.0.7** (published 2023-04-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install @eueno/react-native
pnpm add @eueno/react-native
yarn add @eueno/react-native
bun add @eueno/react-native
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.7 |
| Published | 2023-04-26 |
| First published | 2023-04-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 9 |
| Unpacked size | 276.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | oraichain_official |

## Links

- npm: https://www.npmjs.com/package/@eueno/react-native
- npm.io page: https://npm.io/package/@eueno/react-native

## Dependencies (9)

- [axios](https://npm.io/package/axios.md) ^1.2.1
- [request](https://npm.io/package/request.md) ^2.88.2
- [@babel/cli](https://npm.io/package/@babel/cli.md) ^7.21.0
- [mime-types](https://npm.io/package/mime-types.md) ^2.1.35
- [eccrypto-js](https://npm.io/package/eccrypto-js.md) ^5.4.0
- [es-mime-types](https://npm.io/package/es-mime-types.md) ^0.1.4
- [create-torrent](https://npm.io/package/create-torrent.md) ^5.0.9
- [ipfs-only-hash](https://npm.io/package/ipfs-only-hash.md) ^4.0.0
- [@ethersproject/bytes](https://npm.io/package/@ethersproject/bytes.md) ^5.7.0

## Recent versions

- 0.0.7 (latest) — 2023-04-26
- 0.0.6 — 2023-04-24
- 0.0.5 — 2023-04-21
- 0.0.4 — 2023-04-21
- 0.0.3 — 2023-04-20
- 0.0.1 — 2023-04-20

## README

### eueno library react native
### install 
```angular2html
npm install @eueno/react-native
```
### example
```angular2html
const Eueno = require('@eueno/react-native');
const fs = require('fs');

async function example() {
  const eueno = new Eueno({
    endpoint: 'domain_eueno',
  });
  const file = await fs.readFileSync('1.png');

  const data = await eueno.upload(
    file,
    {
      key: {
        walletPublicKey: 'walletPublicKey',
        k: 'keyAes',
      },
      signData: {
        signature: 'signature',
        expireAt: timestamp
      },
    },
    {
      projectId: 129,
      filename: '1.png',
      contentLength: 12313,
      contentType: 'image/png',
      method: 'ENCRYPT',
      keepPath: false,
    },
  );
  console.log('data', data);
}

example();

```

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