From 34308a8f7d8ca8ee9dd0bbf4ee62430b5cb59361 Mon Sep 17 00:00:00 2001 From: Ricky Date: Fri, 9 Feb 2018 21:51:49 +0700 Subject: [PATCH] Remove unnecessary lines I believe these lines are no longer required --- docs/components/Toast.md | 3 --- 1 file changed, 3 deletions(-) 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 (