Skip to content

Commit 3d86f13

Browse files
committed
📝 add note to README about Tamagui bottom sheet component incompatibility - closes #45
1 parent 8d9f79d commit 3d86f13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,10 @@ import { TimerPicker } from "react-native-timer-picker";
528528

529529
```
530530

531+
Please note that this solution does not work for all bottom-sheet components (e.g. `@tamagui/sheet`) as it depends on the implementation of each component.
532+
531533
**Important**:
532-
The custom component needs to have the same interface as React Native's `<FlatList />` in order for it to work as expected. A complete reference of the current usage can be found [here](/src/components/DurationScroll/index.tsx)
534+
The custom component needs to have the same interface as React Native's `<FlatList />` in order for it to work as expected. A complete reference of the current usage can be found [here](/src/components/DurationScroll/index.tsx).
533535

534536
#### Generic feedback
535537

0 commit comments

Comments
 (0)