Skip to content

Commit

Permalink
Remove safe area notes
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Aug 9, 2024
1 parent d4367e3 commit 85bcbb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/src/components/Snackbar/Snackbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ export type SnackbarProps = Omit<ToastProps, 'data'> & snackbarData
* </SnackbarProvider>
* )
* ```
* **Note:** If your project is using [react-native-safe-area-context](https://www.npmjs.com/package/react-native-safe-area-context)
* we recommend that you place the `<SnackbarProvider>` within `<SafeAreaProvider>`. This will provide
* default offsets adjusted to iOS and Android. Otherwise, you may have to provide
* an `offset` each time you want to show a Snackbar.
*
* Then within any component, import the `useSnackbar` hook and use the .show() or .hide()
* methods to display a Snackbar:
Expand Down

0 comments on commit 85bcbb1

Please sign in to comment.