Skip to content

Commit 42cf8ce

Browse files
author
Supriya Kalghatgi
committed
typo
1 parent 269027d commit 42cf8ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+200
-105
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
* [Ref](Components.md#ref-components-headref)
116116
* [Customize](Customize.md#Customize)
117117
* [NativeBase Customizer](Customize.md#nativebase-customizer-headref)
118-
* [Theme and Varibales](Customize.md#theme-and-variables-headref)
118+
* [Theme and Variables](Customize.md#theme-and-variables-headref)
119119
* [Set Up](Customize.md#theaming-nb-headref)
120120
* [Theme Color](Customize.md#theme-color-headref)
121121
* [Theme Font](Customize.md#theme-font-headref)

_book/Components.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@
16971697
<a href="Customize.html#theme-and-variables-headref">
16981698

16991699

1700-
Theme and Varibales
1700+
Theme and Variables
17011701

17021702
</a>
17031703

@@ -3991,7 +3991,7 @@ <h2 id="Card">25. Card</h2>
39913991
<li><a href="Components.html#card-image-headref">Card Image</a></li>
39923992
<li><a href="Components.html#card-showcase-headref">Card Showcase</a></li>
39933993
</ul>
3994-
<p><em>Genertal Syntax</em></p>
3994+
<p><em>General Syntax</em></p>
39953995
<p><div class="codetabs"><div class="codetabs-header"><div class="tab active" data-codetab="0">React Native</div><div class="tab" data-codetab="1">Vue Native</div></div><div class="codetabs-body"><div class="tab active" data-codetab="0"><pre><code class="lang-js"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">&apos;react&apos;</span>;
39963996
<span class="hljs-keyword">import</span> { Container, Header, Content, Card, CardItem, Body, Text } <span class="hljs-keyword">from</span> <span class="hljs-string">&apos;native-base&apos;</span>;
39973997
<span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">CardExample</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Component</span> </span>{
@@ -4062,7 +4062,7 @@ <h2 id="Card">25. Card</h2>
40624062
<td>transparent</td>
40634063
<td> - </td>
40644064
<td> - </td>
4065-
<td>Removes card shadow from iOS and elevation from android</td>
4065+
<td>Removes card shadow from iOS and elevation from Android</td>
40664066
</tr>
40674067
<tr>
40684068
<td>dataArray</td>
@@ -5961,7 +5961,7 @@ <h2 id="Form">48. Form</h2>
59615961
<td> - </td>
59625962
<td> - </td>
59635963
<td>
5964-
Includes rectangluar border with the textbox.
5964+
Includes rectangular border with the textbox.
59655965
</td>
59665966
</tr>
59675967
<tr>
@@ -8703,7 +8703,7 @@ <h2 id="picker-with-icon-headref">90. picker-with-icon-headref</h2>
87038703
<h4 id="Picker_with_Icon">90.0.1. Picker with Icon</h4>
87048704
<p><img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/picker-with-icon.gif" alt="Preview ios picker-with-icon-headref">
87058705
<img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/android/picker.gif" alt="Preview android picker-with-icon-headref"></p>
8706-
<p><em>Synatx</em></p>
8706+
<p><em>Syntax</em></p>
87078707
<p><div class="codetabs"><div class="codetabs-header"><div class="tab active" data-codetab="0">React Native</div><div class="tab" data-codetab="1">Vue Native</div></div><div class="codetabs-body"><div class="tab active" data-codetab="0"><pre><code class="lang-js"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">&quot;react&quot;</span>;
87088708
<span class="hljs-keyword">import</span> { Container, Header, Content, Icon, Picker, Form } <span class="hljs-keyword">from</span> <span class="hljs-string">&quot;native-base&quot;</span>;
87098709
<span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">PickerWithIcon</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Component</span> </span>{
@@ -8795,7 +8795,7 @@ <h2 id="picker-with-icon-style-headref">91. picker-with-icon-style-headref</h2>
87958795
<h4 id="Picker_with_Icon_Style">91.0.1. Picker with Icon Style</h4>
87968796
<p><img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/picker-with-icon-style.png" alt="Preview ios picker-with-icon-style-headref">
87978797
<img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/android/picker.gif" alt="Preview android picker-with-icon-style-headref"></p>
8798-
<p><em>Synatx</em></p>
8798+
<p><em>Syntax</em></p>
87998799
<p><div class="codetabs"><div class="codetabs-header"><div class="tab active" data-codetab="0">React Native</div><div class="tab" data-codetab="1">Vue Native</div></div><div class="codetabs-body"><div class="tab active" data-codetab="0"><pre><code class="lang-js"><span class="hljs-keyword">import</span> React, { Component } <span class="hljs-keyword">from</span> <span class="hljs-string">&quot;react&quot;</span>;
88008800
<span class="hljs-keyword">import</span> { Container, Header, Content, Icon, Picker, Form } <span class="hljs-keyword">from</span> <span class="hljs-string">&quot;native-base&quot;</span>;
88018801
<span class="hljs-keyword">export</span> <span class="hljs-keyword">default</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">PickerWithIconStyle</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">Component</span> </span>{
@@ -9848,7 +9848,7 @@ <h2 id="Segment">105. Segment</h2>
98489848
</div>
98499849
</p>
98509850
<br><p></p>
9851-
<p>Segment takes Button as children. The active Button shoud be given an active prop (implementation is totally up to you).
9851+
<p>Segment takes Button as children. The active Button should be given an active prop (implementation is totally up to you).
98529852
Also the <strong>first</strong> and <strong>last</strong> buttons should be given props <strong>first</strong> and <strong>last</strong> respectively.<br>
98539853
<strong>Pro tip:</strong> It is advisable to use <code>hasSegment</code> prop with Header if you&apos;re using Segment below the header.</p>
98549854
<h2 id="segment-outside-header-headref">106. segment-outside-header-headref</h2>
@@ -10918,7 +10918,7 @@ <h4 id="Scrollable_Tabs">116.0.1. Scrollable Tabs</h4>
1091810918
</tbody>
1091910919
</table><br></p>
1092010920
<h2 id="Thumbnail">117. Thumbnail</h2>
10921-
<p>Thumbnail component works very similar to Image. It helps you to showcase an image with variuos dimensions and shapes. By default, Thumbnail renders an image in circular shape.<br>
10921+
<p>Thumbnail component works very similar to Image. It helps you to showcase an image with various dimensions and shapes. By default, Thumbnail renders an image in circular shape.<br>
1092210922
Replacing Component: React Native <a href="https://facebook.github.io/react-native/docs/image.html" target="_blank">Image</a></p>
1092310923
<p><img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/ios/thumbnail.png" alt="Preview ios Thumbnail">
1092410924
<img src="https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/v2.6.1/screenshots/android/thumbnail.png" alt="Preview android Thumbnail"></p>
@@ -11172,7 +11172,7 @@ <h2 id="Toast">119. Toast</h2>
1117211172
<td>duration</td>
1117311173
<td> 1500 </td>
1117411174
<td>user defined (integer)</td>
11175-
<td>Milliseconds after which Toast disappers</td>
11175+
<td>Milliseconds after which Toast disappears</td>
1117611176
</tr>
1117711177
<tr>
1117811178
<td>onClose()</td>
@@ -11823,7 +11823,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
1182311823
<script>
1182411824
var gitbook = gitbook || [];
1182511825
gitbook.push(function() {
11826-
gitbook.page.hasChanged({"page":{"title":"Components","level":"1.5","depth":1,"next":{"title":"Anatomy","level":"1.5.1","depth":2,"anchor":"#anatomy-headref","path":"Components.md","ref":"Components.md#anatomy-headref","articles":[]},"previous":{"title":"Compatibility","level":"1.4","depth":1,"path":"docs/Compatibility.md","ref":"docs/Compatibility.md","articles":[]},"dir":"ltr"},"config":{"plugins":["versions","codetabs","include-codeblock","ace","copy-code-button","edit-link","scripts","navigator","ga"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"ace":{},"scripts":{"files":["./engine.js"]},"search":{},"codetabs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"navigator":{},"copy-code-button":{},"ga":{"configuration":"auto","token":"UA-100873927-1"},"versions":{"type":"branches","gitbookConfigURL":"http://rawgit.com/GeekyAnts/native-base-docs/master/book.json","options":[{"value":"https://nativebase.io/docs/v2.12.0/","text":"v2.12.0","selected":true},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html","text":"v2.11.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html","text":"v2.10.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html","text":"v2.9.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html","text":"v2.8.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html","text":"v2.7.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html","text":"v2.6.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html","text":"v2.5.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html","text":"v2.4.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html","text":"v2.2.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html","text":"v2.0.0"},{"value":"http://nativebase.io/docs/v0.5.13/","text":"v0.5.13"},{"value":"http://nativebase.io/docs/v0.5.9/","text":"v0.5.9"},{"value":"http://nativebase.io/docs/v0.5.7/","text":"v0.5.7"},{"value":"http://nativebase.io/docs/v0.5.5/","text":"v0.5.5"},{"value":"http://nativebase.io/docs/v0.5.2/","text":"v0.5.2"},{"value":"http://nativebase.io/docs/v0.5.0/","text":"v0.5.0"},{"value":"http://nativebase.io/docs/v0.4.6/","text":"v0.4.6"},{"value":"http://nativebase.io/docs/v0.3.1/","text":"v0.3.1"},{"value":"http://nativebase.io/docs/v0.3.0/","text":"v0.3.0"}]},"include-codeblock":{"check":false,"edit":false,"fixlang":false,"lang":"","template":"ace","theme":"monokai","unindent":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/GeekyAnts/native-base-docs/tree/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"NativeBase","gitbook":"*"},"file":{"path":"Components.md","mtime":"2019-02-22T10:15:33.469Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-03-15T07:01:50.573Z"},"basePath":".","book":{"language":""}});
11826+
gitbook.page.hasChanged({"page":{"title":"Components","level":"1.5","depth":1,"next":{"title":"Anatomy","level":"1.5.1","depth":2,"anchor":"#anatomy-headref","path":"Components.md","ref":"Components.md#anatomy-headref","articles":[]},"previous":{"title":"Compatibility","level":"1.4","depth":1,"path":"docs/Compatibility.md","ref":"docs/Compatibility.md","articles":[]},"dir":"ltr"},"config":{"plugins":["versions","codetabs","include-codeblock","ace","copy-code-button","edit-link","scripts","navigator","ga","livereload"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"ace":{},"livereload":{},"scripts":{"files":["./engine.js"]},"search":{},"codetabs":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"navigator":{},"copy-code-button":{},"ga":{"configuration":"auto","token":"UA-100873927-1"},"versions":{"type":"branches","gitbookConfigURL":"http://rawgit.com/GeekyAnts/native-base-docs/master/book.json","options":[{"value":"https://nativebase.io/docs/v2.12.0/","text":"v2.12.0","selected":true},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html","text":"v2.11.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html","text":"v2.10.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html","text":"v2.9.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html","text":"v2.8.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html","text":"v2.7.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html","text":"v2.6.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html","text":"v2.5.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html","text":"v2.4.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html","text":"v2.2.0"},{"value":"http://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html","text":"v2.0.0"},{"value":"http://nativebase.io/docs/v0.5.13/","text":"v0.5.13"},{"value":"http://nativebase.io/docs/v0.5.9/","text":"v0.5.9"},{"value":"http://nativebase.io/docs/v0.5.7/","text":"v0.5.7"},{"value":"http://nativebase.io/docs/v0.5.5/","text":"v0.5.5"},{"value":"http://nativebase.io/docs/v0.5.2/","text":"v0.5.2"},{"value":"http://nativebase.io/docs/v0.5.0/","text":"v0.5.0"},{"value":"http://nativebase.io/docs/v0.4.6/","text":"v0.4.6"},{"value":"http://nativebase.io/docs/v0.3.1/","text":"v0.3.1"},{"value":"http://nativebase.io/docs/v0.3.0/","text":"v0.3.0"}]},"include-codeblock":{"check":false,"edit":false,"fixlang":false,"lang":"","template":"ace","theme":"monokai","unindent":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/GeekyAnts/native-base-docs/tree/master"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"NativeBase","gitbook":"*"},"file":{"path":"Components.md","mtime":"2019-02-22T10:15:33.469Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-03-15T07:19:27.083Z"},"basePath":".","book":{"language":""}});
1182711827
});
1182811828
</script>
1182911829
</div>
@@ -11865,6 +11865,10 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
1186511865

1186611866

1186711867

11868+
<script src="gitbook/gitbook-plugin-livereload/plugin.js"></script>
11869+
11870+
11871+
1186811872
<script src="gitbook/gitbook-plugin-search/search-engine.js"></script>
1186911873

1187011874

0 commit comments

Comments
 (0)