Skip to content

Commit

Permalink
Fix bottom sheet flash list link in docs (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceloPrado authored Feb 27, 2024
1 parent d832d72 commit 0aeb960
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/docs/docs/fundamentals/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,8 @@ export const BottomSheetCalendar = () => {

</HStack>

For a reference implementation of the `BottomSheetFlashList` component, check the [source](https://github.com/MarceloPrado/flash-calendar/blob/9b6996a19b22bc72119b26a7bc04b3b739332483/kitchen-sink/expo/src/components/BottomSheetFlashList/index.ts#L1). Bear in mind this isn't a very performant implementation. Contributions welcomed!
For a reference implementation of the `BottomSheetFlashList` component, check
the
[source](https://github.com/marceloprado/flash-calendar/blob/d832d72867d40c9b375c30aec9985b181c0a80f3/kitchen-sink/expo/src/components/BottomSheetFlashList/BottomSheetFlashList.tsx).
Bear in mind this isn't a very performant implementation. Contributions
welcomed!

0 comments on commit 0aeb960

Please sign in to comment.