How to style the react-native picker using android styles.xml?

后端 未结 1 1430
南方客
南方客 2021-01-12 00:13

I wanted to know how to set the fontFamily. How to set the color & background color on the Picker.items?



        
1条回答
  •  [愿得一人]
    2021-01-12 00:39

    That's because you need to declare the styles inside your AppTheme

    
        
        
        
        
    
    

    That's it :)

    0 讨论(0)
提交回复
热议问题