Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _book/Customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ <h5 id="Three_themes_to_start_with">Three themes to start with</h5>
<li><strong>CommonColor:</strong> Most of the brands use a common color scheme for both the platforms. But they also follow platform specific icons, font and orientation of the components. CommonColor theme is best suited for such use-cases. <br></li>
</ul>
<p>Check <a href="https://docs.nativebase.io/docs/ThemeVariables.html" target="_blank">Theme and Variables</a> to know list of customizable variables.
Before going ahead of modifying in your <code>node_modules/native-base/theme</code>, check the procedure below to generate new theme for you to play with.</p>
Before going ahead of modifying in your <code>node_modules/native-base/src/theme</code>, check the procedure below to generate new theme for you to play with.</p>
<h2 id="theaming-nb-headref">5. theaming-nb-headref</h2>
<h2 id="Setup_to_theme_NativeBase_apps">6. Setup to theme NativeBase apps</h2>
<p>To setup customized theme with your app, you should first eject NativeBase theme, which creates a copy of NativeBase theme at your project root. And then you are ready to have fun customizing theme for your app.</p>
Expand Down