Skip to content

Commit

Permalink
Merge branch 'feature/438-narin-default-offset' of github.com:departm…
Browse files Browse the repository at this point in the history
…ent-of-veterans-affairs/va-mobile-library into feature/438-narin-default-offset
  • Loading branch information
narin committed Aug 15, 2024
2 parents fc1f076 + c8bae3b commit 0046b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/Snackbar/Snackbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export type SnackbarProps = Omit<ToastProps, 'data' | 'message'> &
*
* **Note:** The snackbar requires [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context).
* SnackbarProvider should be placed within SafeAreaProvider. If you do not have a SafeAreaProvider, you can use
* SnackbarWithSafeAreaProvider instead.
* SnackbarProviderWithSafeArea instead.
*
* 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 0046b8a

Please sign in to comment.