mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-01-12 22:50:35 +08:00
fix: fix snackbar example (#1338)
This commit is contained in:
committed by
Dawid Urbaniak
parent
818f73c848
commit
fb5ef8345b
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user