fix: fix snackbar example (#1338)

This commit is contained in:
Yosmany Garcia
2019-09-20 12:08:57 -07:00
committed by Dawid Urbaniak
parent 818f73c848
commit fb5ef8345b

View File

@@ -66,8 +66,8 @@ const DURATION_LONG = 10000;
* ## Usage
* ```js
* import * as React from 'react';
* import { StyleSheet } from 'react-native';
* import { Snackbar } from 'react-native-paper';
* import { View, StyleSheet } from 'react-native';
* import { Button, Snackbar } from 'react-native-paper';
*
* export default class MyComponent extends React.Component {
* state = {