Skip to content

Commit ac98fc6

Browse files
committed
Cleaning up dependencies and exports
1 parent 2edafd9 commit ac98fc6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

js/RNCProgressBarAndroidNativeComponent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ type NativeProps = $ReadOnly<{|
2929
type ProgressBarAndroidType = Class<NativeComponent<NativeProps>>;
3030

3131
module.exports = ((requireNativeComponent(
32-
'AndroidProgressBar')));
32+
'AndroidProgressBar',
33+
): any): ProgressBarAndroidType);

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,14 @@
1919
},
2020
"dependencies": {
2121
"babel-plugin-module-resolver": "^3.2.0",
22-
"flow": "^0.2.3",
2322
"react": "^16.8.3",
2423
"react-native": "^0.59.5",
2524
"react-timer-mixin": "^0.13.4"
2625
},
2726
"devDependencies": {
2827
"@babel/core": "^7.4.3",
2928
"@babel/runtime": "^7.4.3",
30-
"babel-cli": "^6.26.0",
3129
"babel-jest": "^24.7.1",
32-
"babel-preset-flow": "^6.23.0",
3330
"jest": "^24.7.1",
3431
"metro-react-native-babel-preset": "^0.53.1",
3532
"react-test-renderer": "16.8.3"

0 commit comments

Comments
 (0)