I am following this link to customize my react-native components Theming NativeBase Apps but I am unable to find light.js and proceed further
Asked
Active
Viewed 974 times
0
-
are you saying that you didn't get it in /node_modules/native-base/Components/Themes/light.js – Manjeet Singh Mar 21 '17 at 08:06
-
For latest native-base path is different. /node_modules/native-base/src/backward/Themes/light.js – Irfan Ali Mar 24 '17 at 09:31
1 Answers
0
Run the following command after installing native-base in your root app directory.
node node_modules/native-base/ejectTheme.js
https://docs.nativebase.io/Customize.html#Customize
set version to 2.2.0 and it will show you the steps to theming nativeBase App.

Shivansh Singh
- 312
- 1
- 2
- 12