0

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

Apps-23
  • 1
  • 3

1 Answers1

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