diff --git a/lib/ToastContainer.js b/lib/ToastContainer.js index 74ce480..9a300fb 100644 --- a/lib/ToastContainer.js +++ b/lib/ToastContainer.js @@ -219,7 +219,7 @@ class ToastContainer extends Component { top: 0, bottom: this._keyboardHeight }; - + const InnerView = this.props.view; return (this.state.visible || this._animating) ? this._root = ele} > + { + props.view ? + + + : + styles.textStyle, + props.textStyle, + props.textColor && {color: props.textColor} + ]}> {this.props.children} + } : null;