diff --git a/docs/components/Toast.md b/docs/components/Toast.md index bbf0203c..56e51e8d 100644 --- a/docs/components/Toast.md +++ b/docs/components/Toast.md @@ -28,9 +28,6 @@ import { Container, Header, Content, Toast, Button, Text, Icon } from 'native-ba export default class ToastExample extends Component { constructor(props) { super(props); - this.state = { - showToast: false - } } render() { return (