Skip to content

Commit

Permalink
docs(select): 🐛 fix messed up select component docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 committed Dec 19, 2022
1 parent b746776 commit 5ae7ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function App() {

The Select component uses [Gorhom's React Native Bottomsheet](https://github.com/gorhom/react-native-bottom-sheet) to list the options you have provided through `options` prop.

Wrap your app or the screen you are using the <Select/> componente with `<BottomSheetModalProvider>` from `"@gorhom/bottom-sheet"`
Wrap your app or the screen you are using the `<Select/>` component with
`<BottomSheetModalProvider>` from <br /> `"@gorhom/bottom-sheet"`

```jsx

Expand Down

0 comments on commit 5ae7ade

Please sign in to comment.