mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-05-18 18:49:25 +08:00
Deploy to GitHub Pages: 5bbba8893e
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -50,7 +50,7 @@
|
||||
<span class="token punctuation">}</span></code></pre>
|
||||
</div><h2>Props</h2><div class="PropInfo_p1eats2g"><a name="visible" href="#visible" class="PropLabel_psi127e"><code>visible</code> (required)</a><div class="PropItem_pwdtv5j"><span>Type: </span><code>boolean</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Whether banner is currently visible.</p>
|
||||
</div></div><div class="PropInfo_p1eats2g"><a name="children" href="#children" class="PropLabel_psi127e"><code>children</code> (required)</a><div class="PropItem_pwdtv5j"><span>Type: </span><code>string</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Content that will be displayed inside banner.</p>
|
||||
</div></div><div class="PropInfo_p1eats2g"><a name="image" href="#image" class="PropLabel_psi127e"><code>image</code></a><div class="PropItem_pwdtv5j"><span>Type: </span><code>(props: { size: number }) => React.ReactNode</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Callback that returns an image to display inside banner.</p>
|
||||
</div></div><div class="PropInfo_p1eats2g"><a name="icon" href="#icon" class="PropLabel_psi127e"><code>icon</code></a><div class="PropItem_pwdtv5j"><span>Type: </span><code>IconSource</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Icon to display for the <code>Banner</code>. Can be an image.</p>
|
||||
</div></div><div class="PropInfo_p1eats2g"><a name="actions" href="#actions" class="PropLabel_psi127e"><code>actions</code> (required)</a><div class="PropItem_pwdtv5j"><span>Type: </span><code>Array<{
|
||||
label: string;
|
||||
onPress: () => void;
|
||||
|
||||
Reference in New Issue
Block a user