想问Tuya MiniApp中的navigationBar是如何能够自定义的
除了在index.config.ts文档中更改文字外是否还有其它的方法?
export const wechat = {
backgroundColor: '#f2f4f6',
navigationBarTitleText: '门锁模板',
enablePullDownRefresh: false,
};
export const tuya = {
backgroundColor: '#f2f4f6',
enablePullDownRefresh: false,
navigationBarTitleText: 'Tuya Compiler',
};
export const native = {
backgroundColor: '#f2f4f6',
useSafeAreaView: true,
navigationBarTitleText: '门锁模板',
enablePullDownRefresh: false,
};