Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
#226 Remove flow type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Jan 17, 2017
1 parent bd54a37 commit 959b8f5
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/android.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/class/RNFetchBlobFile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow


import {
Expand Down
1 change: 0 additions & 1 deletion src/class/RNFetchBlobReadStream.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/class/RNFetchBlobSession.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/class/RNFetchBlobWriteStream.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/class/StatefulPromise.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

export default class StatefulPromise extends Promise {

Expand Down
1 change: 0 additions & 1 deletion src/fs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/ios.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down
1 change: 0 additions & 1 deletion src/net.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
// @flow

import {
NativeModules,
Expand Down

0 comments on commit 959b8f5

Please sign in to comment.