Skip to content

Commit

Permalink
chore: fix prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Jun 2, 2022
1 parent fb30f61 commit b962068
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/index.ts
Expand Up @@ -176,8 +176,7 @@ export type ToastProps = {
* Enable / disable native driver for the slide animation.
*
* Default:
* - `true` on iOS
* - `false` on Android (fixes [issue #300](https://github.com/calintamas/react-native-toast-message/issues/300))
* - `true` on Native
* - `false` on Web (fixes [issue #311](https://github.com/calintamas/react-native-toast-message/issues/311))
*/
useNativeDriver?: boolean;
Expand Down

0 comments on commit b962068

Please sign in to comment.