Browse Source

#226 Remove flow type annotations

Ben Hsieh 7 years ago
parent
commit
959b8f5b3f

+ 0
- 1
src/android.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
   NativeModules,

+ 0
- 1
src/class/RNFetchBlobFile.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 
7 6
 import {

+ 0
- 1
src/class/RNFetchBlobReadStream.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
   NativeModules,

+ 0
- 1
src/class/RNFetchBlobSession.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
  NativeModules,

+ 0
- 1
src/class/RNFetchBlobWriteStream.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
  NativeModules,

+ 0
- 1
src/class/StatefulPromise.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 export default class StatefulPromise extends Promise {
7 6
 

+ 0
- 1
src/fs.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
   NativeModules,

+ 0
- 1
src/index.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
   NativeModules,

+ 0
- 1
src/ios.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
   NativeModules,

+ 0
- 1
src/net.js View File

@@ -1,7 +1,6 @@
1 1
 // Copyright 2016 wkh237@github. All rights reserved.
2 2
 // Use of this source code is governed by a MIT-style license that can be
3 3
 // found in the LICENSE file.
4
-// @flow
5 4
 
6 5
 import {
7 6
   NativeModules,