diff --git a/_book/Customize.html b/_book/Customize.html index 3f8b21d3..d1afbaf4 100644 --- a/_book/Customize.html +++ b/_book/Customize.html @@ -2074,7 +2074,7 @@
Three themes to start with
  • CommonColor: 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.
  • Check Theme and Variables to know list of customizable variables. -Before going ahead of modifying in your node_modules/native-base/theme, check the procedure below to generate new theme for you to play with.

    +Before going ahead of modifying in your node_modules/native-base/src/theme, check the procedure below to generate new theme for you to play with.

    5. theaming-nb-headref

    6. Setup to theme NativeBase apps

    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.