Skip to content

Commit

Permalink
docs: updated links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Aug 11, 2020
1 parent 7edd480 commit fe1b967
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ A performant interactive bottom sheet with fully configurable options 🚀
1. [Features](#features)
2. [Installation](#installation)
3. [Usage](#usage)
- [Custom Handle](./docs/custom-handle)
- [React Navigation Integration](./docs/react-navigation)
- [Touchables](./docs/touchables)
- [Custom Handle](./docs/custom-handle.md)
- [React Navigation Integration](./docs/react-navigation.md)
- [Touchables](./docs/touchables.md)
4. [Props](#props)
5. [Scrollables](#scrollables)
- [BottomSheetFlatList](./docs/flatlist)
- [BottomSheetSectionList](./docs/sectionlist)
- [BottomSheetScrollView](./docs/scrollview)
- [BottomSheetView](./docs/flatlist)
- [BottomSheetFlatList](./docs/flatlist.md)
- [BottomSheetSectionList](./docs/sectionlist.md)
- [BottomSheetScrollView](./docs/scrollview.md)
- [BottomSheetView](./docs/flatlist.md)
6. [To Do](#to-do)
7. [Credits](#built-with)
8. [License](#license)
Expand Down Expand Up @@ -164,10 +164,10 @@ A scrollable node or normal view.

This library provides a pre-integrated views that utilise an internal functionalities with the bottom sheet to allow smooth interactions. These views i called them `Scrollables` and they are:

- [BottomSheetFlatList](./docs/flatlist)
- [BottomSheetSectionList](./docs/sectionlist)
- [BottomSheetScrollView](./docs/scrollview)
- [BottomSheetView](./docs/flatlist)
- [BottomSheetFlatList](./docs/flatlist.md)
- [BottomSheetSectionList](./docs/sectionlist.md)
- [BottomSheetScrollView](./docs/scrollview.md)
- [BottomSheetView](./docs/flatlist.md)

## To Do

Expand Down

0 comments on commit fe1b967

Please sign in to comment.