Skip to content

Commit 02862e9

Browse files
authored
fix: add react-native-modal-datetime-picker to flow libs (#1222)
1 parent 7db4e41 commit 02862e9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/late-dragons-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Add `react-native-modal-datetime-picker` to list of libs with flow types

packages/repack/src/utils/getFlowTransformRules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const FLOW_TYPED_MODULES = [
2222
'react-native-view-shot',
2323
'@react-native-community/push-notification-ios',
2424
'react-native-keyboard-aware-scroll-view',
25+
'react-native-modal-datetime-picker',
2526
];
2627

2728
/**

0 commit comments

Comments
 (0)