NavigationBar 如何改变背景色

来源:6-4 Redux集成开发指南-上

慕神8170126

2023-08-27

react-native-navbar-plus源码中看起来是写死的

const styles = StyleSheet.create({
  container: {
    backgroundColor: '#2196f3',
  },
写回答

1回答

CrazyCodeBoy

2023-08-28

设置个style属性,在里面设置背景色。
return (
      <View style={[styles.container, this.props.style]}>
        {statusBar}
        {content}
      </View>
    );
  }
0
0

RN入门到进阶,打造高质量上线App

解锁React Native开发应用新姿势,React Native新版本热门技术

3144 学习 · 3241 问题

查看课程