我正在关注此链接以自定义我的react-native组件 Theming NativeBase Apps 但我无法找到light.js并继续进行
答案 0 :(得分:0)
在root应用程序目录中安装native-base后运行以下命令。
node node_modules/native-base/ejectTheme.js
https://docs.nativebase.io/Customize.html#Customize
将版本设置为2.2.0,它将显示主题为NativeBase App的步骤。