Skip to content

Commit cf34ea8

Browse files
Merge pull request GeekyAnts#212 from GeekyAnts/rebuild_doc
Rebuild the doc and add changes to Accordion.md
2 parents c51b854 + b1ef456 commit cf34ea8

37 files changed

+305
-128
lines changed

SUMMARY.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Summary
2+
23
* [NativeBase](http://nativebase.io/)
34
* [Introduction](README.md)
4-
* [Getting Started](/docs/GetStarted.md)
5-
* [Compatibility](/docs/Compatibility.md)
5+
* [Getting Started](docs/GetStarted.md)
6+
* [Compatibility](docs/Compatibility.md)
67
* [Components](Components.md#Components)
78
* [Anatomy](Components.md#anatomy-headref)
89
* [Accordion](Components.md#accordion-def-headref)
@@ -77,7 +78,6 @@
7778
* [List Icon](Components.md#list-icon-headref)
7879
* [List Avatar](Components.md#list-avatar-headref)
7980
* [List Thumbnail](Components.md#list-thumbnail-headref)
80-
<!-- * [Dynamic List](Components.md#dynamic-list-headref) -->
8181
* [List Separator](Components.md#list-seperator-headref)
8282
* [Picker](Components.md#picker-def-headref)
8383
* [Picker with Icon](Components.md#picker-with-icon-headref)
@@ -87,7 +87,6 @@
8787
* [Picker Text and Item Styles](Components.md#picker-text-and-item-text-styles-headref)
8888
* [Picker Custom Back](Components.md#picker-with-custom-back-button-headref)
8989
* [Picker Custom Header](Components.md#picker-with-custom-header-headref)
90-
<!-- * [Picker Custom Header Text](Components.md#picker-with-custom-header-text-headref) -->
9190
* [Picker Custom Header Style](Components.md#picker-with-custom-header-style-headref)
9291
* [Radio Button](Components.md#radio-button-headref)
9392
* [Custom Radio](Components.md#custom-radio-headref)
@@ -114,26 +113,27 @@
114113
* [Drawer](Components.md#Drawer)
115114
* [Ref](Components.md#ref-components-headref)
116115
* [Customize](Customize.md#Customize)
117-
* [NativeBase Customizer](Customize.md#nativebase-customizer-headref)
118-
* [Theme and Variables](Customize.md#theme-and-variables-headref)
119-
* [Set Up](Customize.md#theaming-nb-headref)
120-
* [Theme Color](Customize.md#theme-color-headref)
121-
* [Theme Font](Customize.md#theme-font-headref)
122-
* [Button](Customize.md#customize-button-headref)
123-
* [Theme Custom Component](Customize.md#custom-component-headref)
124-
* [Theme Variables](/docs/ThemeVariables.md)
125-
* [Release Notes](/docs/release-notes/Release.md)
126-
* [Featured Apps](/docs/FeaturedApps.md)
127-
* [Examples](/docs/examples/Examples.md)
128-
* [Redux](/docs/examples/ReduxCounterExample.md)
129-
* [Mobx](/docs/examples/MobxCounterExample.md)
130-
* [Navigation](/docs/examples/navigation/NavigationExample.md)
131-
* [React Navigation](/docs/examples/navigation/StackNavigationExample.md)
132-
* [RNRF](/docs/examples/navigation/RNRFBasicExample.md)
133-
* [Full App](/docs/examples/GitAppExample.md)
134-
* [Redux-Form](/docs/examples/ReduxFormExample.md)
135-
* [Sticky Headers](/docs/examples/StickyHeaderExample.md)
136-
* [FlatList + Sticky Headers](/docs/examples/FlatListExample.md)
137-
* [CheatSheet](/docs/CheatSheet.md)
138-
* [Contribute](/docs/Contribute.md)
139-
* [FAQs](/docs/faq/FAQs.md)
116+
* [NativeBase Customizer](Customize.md#nativebase-customizer-headref)
117+
* [Theme and Variables](Customize.md#theme-and-variables-headref)
118+
* [Set Up](Customize.md#theaming-nb-headref)
119+
* [Theme Color](Customize.md#theme-color-headref)
120+
* [Theme Font](Customize.md#theme-font-headref)
121+
* [Button](Customize.md#customize-button-headref)
122+
* [Theme Custom Component](Customize.md#custom-component-headref)
123+
* [Theme Variables](docs/ThemeVariables.md)
124+
* [Release Notes](docs/release-notes/Release.md)
125+
* [Featured Apps](docs/FeaturedApps.md)
126+
* [Examples](docs/examples/Examples.md)
127+
* [Redux](docs/examples/ReduxCounterExample.md)
128+
* [Mobx](docs/examples/MobxCounterExample.md)
129+
* [Navigation](docs/examples/navigation/NavigationExample.md)
130+
* [React Navigation](docs/examples/navigation/StackNavigationExample.md)
131+
* [RNRF](docs/examples/navigation/RNRFBasicExample.md)
132+
* [Full App](docs/examples/GitAppExample.md)
133+
* [Redux-Form](docs/examples/ReduxFormExample.md)
134+
* [Sticky Headers](docs/examples/StickyHeaderExample.md)
135+
* [FlatList + Sticky Headers](docs/examples/FlatListExample.md)
136+
* [CheatSheet](docs/CheatSheet.md)
137+
* [Contribute](docs/Contribute.md)
138+
* [FAQs](docs/faq/FAQs.md)
139+

_book/Components.html

Lines changed: 55 additions & 23 deletions
Large diffs are not rendered by default.

_book/Customize.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ <h5 id="With_Variables">With Variables</h5>
22302230
<span class="hljs-keyword">return</span> (
22312231
<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-name">Container</span>&gt;</span>
22322232
<span class="hljs-tag">&lt;<span class="hljs-name">Content</span>&gt;</span>
2233-
<span class="hljs-tag">&lt;<span class="hljs-name">StyleProvider</span> <span class="hljs-attr">style</span>=<span class="hljs-string">{buttonTheme(customVariables)}</span>&gt;</span>
2233+
<span class="hljs-tag">&lt;<span class="hljs-name">StyleProvider</span> <span class="hljs-attr">style</span>=<span class="hljs-string">{getTheme(customVariables)}</span>&gt;</span>
22342234
<span class="hljs-tag">&lt;<span class="hljs-name">Button</span> <span class="hljs-attr">primary</span>&gt;</span>
22352235
<span class="hljs-tag">&lt;<span class="hljs-name">Text</span>&gt;</span> Primary <span class="hljs-tag">&lt;/<span class="hljs-name">Text</span>&gt;</span>
22362236
<span class="hljs-tag">&lt;/<span class="hljs-name">Button</span>&gt;</span>
@@ -2432,7 +2432,7 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
24322432
<script>
24332433
var gitbook = gitbook || [];
24342434
gitbook.push(function() {
2435-
gitbook.page.hasChanged({"page":{"title":"Customize","level":"1.6","depth":1,"next":{"title":"NativeBase Customizer","level":"1.6.1","depth":2,"anchor":"#nativebase-customizer-headref","path":"Customize.md","ref":"Customize.md#nativebase-customizer-headref","articles":[]},"previous":{"title":"Ref","level":"1.5.28","depth":2,"anchor":"#ref-components-headref","path":"Components.md","ref":"Components.md#ref-components-headref","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":"https://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":"https://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html","text":"v2.11.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html","text":"v2.10.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html","text":"v2.9.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html","text":"v2.8.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html","text":"v2.7.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html","text":"v2.6.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html","text":"v2.5.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html","text":"v2.4.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html","text":"v2.2.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html","text":"v2.0.0"},{"value":"https://nativebase.io/docs/v0.5.13/","text":"v0.5.13"},{"value":"https://nativebase.io/docs/v0.5.9/","text":"v0.5.9"},{"value":"https://nativebase.io/docs/v0.5.7/","text":"v0.5.7"},{"value":"https://nativebase.io/docs/v0.5.5/","text":"v0.5.5"},{"value":"https://nativebase.io/docs/v0.5.2/","text":"v0.5.2"},{"value":"https://nativebase.io/docs/v0.5.0/","text":"v0.5.0"},{"value":"https://nativebase.io/docs/v0.4.6/","text":"v0.4.6"},{"value":"https://nativebase.io/docs/v0.3.1/","text":"v0.3.1"},{"value":"https://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":"Customize.md","mtime":"2019-02-22T10:15:33.469Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-03-15T10:50:48.331Z"},"basePath":".","book":{"language":""}});
2435+
gitbook.page.hasChanged({"page":{"title":"Customize","level":"1.6","depth":1,"next":{"title":"NativeBase Customizer","level":"1.6.1","depth":2,"anchor":"#nativebase-customizer-headref","path":"Customize.md","ref":"Customize.md#nativebase-customizer-headref","articles":[]},"previous":{"title":"Ref","level":"1.5.28","depth":2,"anchor":"#ref-components-headref","path":"Components.md","ref":"Components.md#ref-components-headref","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":"https://rawgit.com/GeekyAnts/native-base-docs/master/book.json","options":[{"value":"https://nativebase.io/docs/v2.12.3/","text":"v2.12.3","selected":true},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.12.0/_book/index.html","text":"v2.12.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html","text":"v2.11.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html","text":"v2.10.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html","text":"v2.9.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html","text":"v2.8.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html","text":"v2.7.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html","text":"v2.6.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html","text":"v2.5.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html","text":"v2.4.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html","text":"v2.2.0"},{"value":"https://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html","text":"v2.0.0"},{"value":"https://nativebase.io/docs/v0.5.13/","text":"v0.5.13"},{"value":"https://nativebase.io/docs/v0.5.9/","text":"v0.5.9"},{"value":"https://nativebase.io/docs/v0.5.7/","text":"v0.5.7"},{"value":"https://nativebase.io/docs/v0.5.5/","text":"v0.5.5"},{"value":"https://nativebase.io/docs/v0.5.2/","text":"v0.5.2"},{"value":"https://nativebase.io/docs/v0.5.0/","text":"v0.5.0"},{"value":"https://nativebase.io/docs/v0.4.6/","text":"v0.4.6"},{"value":"https://nativebase.io/docs/v0.3.1/","text":"v0.3.1"},{"value":"https://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":"Customize.md","mtime":"2019-07-24T10:19:13.058Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-07-24T10:32:49.508Z"},"basePath":".","book":{"language":""}});
24362436
});
24372437
</script>
24382438
</div>
@@ -2466,14 +2466,18 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
24662466

24672467

24682468

2469-
<script src="gitbook/gitbook-plugin-scripts/50d3f47976e2d2f7398d515847b3799d-engine.js"></script>
2469+
<script src="gitbook/gitbook-plugin-scripts/bdd5c85ddfe0c5a7cc001a6fab3cf21f-engine.js"></script>
24702470

24712471

24722472

24732473
<script src="gitbook/gitbook-plugin-ga/plugin.js"></script>
24742474

24752475

24762476

2477+
<script src="gitbook/gitbook-plugin-livereload/plugin.js"></script>
2478+
2479+
2480+
24772481
<script src="gitbook/gitbook-plugin-search/search-engine.js"></script>
24782482

24792483

0 commit comments

Comments
 (0)