We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0ea72 commit b87c116Copy full SHA for b87c116
README.md
@@ -145,10 +145,11 @@ opacity | React.PropTypes.number | true | 1 | Custom toast opacity
145
textStyle | View.propTypes.style | true | {color:'white'} | Custom style text
146
147
148
-Method | Type | Optional | Description
149
------------------ | -------- | -------- | ----------- | -----------
+
+Method | Type | Optional | Description
150
+----------------- | -------- | -------- | -----------
151
show(text, duration) | function | false | show a toast,unit is millisecond
-close() | function | - | start the close timer
152
+close() | function | - | start the close timer
153
154
155
## Contribution
0 commit comments