We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818f73c commit fb5ef83Copy full SHA for fb5ef83
1 file changed
src/components/Snackbar.tsx
@@ -66,8 +66,8 @@ const DURATION_LONG = 10000;
66
* ## Usage
67
* ```js
68
* import * as React from 'react';
69
- * import { StyleSheet } from 'react-native';
70
- * import { Snackbar } from 'react-native-paper';
+ * import { View, StyleSheet } from 'react-native';
+ * import { Button, Snackbar } from 'react-native-paper';
71
*
72
* export default class MyComponent extends React.Component {
73
* state = {
0 commit comments