Skip to content

Commit

Permalink
docs: added faq to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Aug 12, 2020
1 parent 65af6f1 commit d6f6e44
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ A performant interactive bottom sheet with fully configurable options 🚀
- [BottomSheetScrollView](./docs/scrollview.md)
- [BottomSheetView](./docs/flatlist.md)
8. [To Do](#to-do)
9. [Credits](#built-with)
10. [License](#license)
9. [FAQ](#faq)
10. [Credits](#built-with)
11. [License](#license)

## Features

Expand Down Expand Up @@ -208,6 +209,30 @@ This library provides a pre-integrated views that utilise an internal functional
## To Do

- [ ] Add tablets support.
- [ ] Add Reanimated v2 support.

## FAQ

#### How this library differ from `reanimated-bottom-sheet` or `react-native-scroll-bottom-sheet`?

> This library was built to provide the most native-like experience and could fit any use-case that developers wants it to be.
>
> While both libraries providing similar experience, but they still missing the following:
>
> - `reanimated-bottom-sheet`
> - Seamless gesture interaction between the sheet and the content.
> - `react-native-scroll-bottom-sheet`
> - Extracting scrollable content to allow developers customize the sheet content, like integrate `React Navigation` as the sheet >content.
>
> Both libraries are great! and I have used both of them at my work ❤️
#### How can I integrate `React Navigation`?

> here you go [React Navigation Integration](./docs/react-navigation.md) :)
#### Will this library support `Reanimated v2`?

> Sure! check out the [Feature Board](https://github.com/gorhom/react-native-bottom-sheet/projects/1)
<h2 id="built-with">Built With ❤️</h2>

Expand Down

0 comments on commit d6f6e44

Please sign in to comment.