Skip to content

Commit

Permalink
fix: change implementation of streams in RN
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Nov 25, 2019
1 parent c1929ff commit e3e6658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-bzz-react-native/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-env browser */
import * as stream from 'stream'
import * as stream from 'readable-stream'
// @ts-ignore
import { URL } from 'universal-url'
import {
Expand Down
3 changes: 1 addition & 2 deletions packages/api-bzz-react-native/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="node" />
import * as stream from 'stream';
import * as stream from 'readable-stream';
import { BaseBzz, BzzConfig, DirectoryData, UploadOptions } from '@erebos/api-bzz-base';
import { hexValue } from '@erebos/hex';
export * from '@erebos/api-bzz-base';
Expand Down

0 comments on commit e3e6658

Please sign in to comment.