ReactNative navigation自定义头部

export default class Voteextends RootComponent {
    
   static navigationOptions = () => {
       return {
           headerTitle: '标题',
           headerRight: (<View style={{ height: 40, width: 40 }}> 1234 </View>),
       };
   };
   
}
上一篇:[极客大挑战 2019]BabySQL


下一篇:关于整除和取余的理解