File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ type NativeProps = $ReadOnly<{|
29
29
type ProgressBarAndroidType = Class < NativeComponent < NativeProps >> ;
30
30
31
31
module . exports = ( ( requireNativeComponent (
32
- 'AndroidProgressBar' ) ) ) ;
32
+ 'AndroidProgressBar' ,
33
+ ) : any ) : ProgressBarAndroidType ) ;
Original file line number Diff line number Diff line change 19
19
},
20
20
"dependencies" : {
21
21
"babel-plugin-module-resolver" : " ^3.2.0" ,
22
- "flow" : " ^0.2.3" ,
23
22
"react" : " ^16.8.3" ,
24
23
"react-native" : " ^0.59.5" ,
25
24
"react-timer-mixin" : " ^0.13.4"
26
25
},
27
26
"devDependencies" : {
28
27
"@babel/core" : " ^7.4.3" ,
29
28
"@babel/runtime" : " ^7.4.3" ,
30
- "babel-cli" : " ^6.26.0" ,
31
29
"babel-jest" : " ^24.7.1" ,
32
- "babel-preset-flow" : " ^6.23.0" ,
33
30
"jest" : " ^24.7.1" ,
34
31
"metro-react-native-babel-preset" : " ^0.53.1" ,
35
32
"react-test-renderer" : " 16.8.3"
You can’t perform that action at this time.
0 commit comments