소스 검색

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