Преглед на файлове

#226 Remove flow type annotations

Ben Hsieh преди 7 години
родител
ревизия
959b8f5b3f
променени са 10 файла, в които са добавени 0 реда и са изтрити 10 реда
  1. 0
    1
      src/android.js
  2. 0
    1
      src/class/RNFetchBlobFile.js
  3. 0
    1
      src/class/RNFetchBlobReadStream.js
  4. 0
    1
      src/class/RNFetchBlobSession.js
  5. 0
    1
      src/class/RNFetchBlobWriteStream.js
  6. 0
    1
      src/class/StatefulPromise.js
  7. 0
    1
      src/fs.js
  8. 0
    1
      src/index.js
  9. 0
    1
      src/ios.js
  10. 0
    1
      src/net.js

+ 0
- 1
src/android.js Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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,