是在哪个页面主题初始化的呢老师
来源:11-6 自定义主题设计与实现-2【动态修改皮肤】
慕婉清5431680
2020-03-29
onThemeInit 没看到你在哪里调用这个函数啊
写回答
1回答
-
CrazyCodeBoy
2020-04-02
在WelcomePage中调用:
componentDidMount() { this.props.onThemeInit(); this.timer = setTimeout(() => { SplashScreen.hide(); NavigationUtil.resetToHomPage({ navigation: this.props.navigation }) }, 200); }
可参考下这次提交:
https://git.imooc.com/coding-304/GitHub_Advanced/commit/3685babff34309d2e71bf8e00bf3bfbf9368a74c
10
相似问题
关于初始化颜色的问题
回答 1
App重新启动之后更改的主题没有保存到
回答 1