Skip to content

Commit b4c9781

Browse files
swrobeljbroma
authored andcommitted
feat: extend list of flow-typed modules (#1184)
1 parent d83ff33 commit b4c9781

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/stale-times-brush.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-keyboard-aware-scroll-view` and `@react-native-community/push-notification-ios` to flow libs

packages/repack/src/utils/getFlowTransformRules.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const FLOW_TYPED_MODULES = [
2020
'react-native-inappbrowser-reborn',
2121
'react-native-camera',
2222
'react-native-view-shot',
23+
'@react-native-community/push-notification-ios',
24+
'react-native-keyboard-aware-scroll-view',
2325
];
2426

2527
/**

0 commit comments

Comments
 (0)