Je suis incapable de style. Il y a très peu de documentation sur ce sujet. Je veux savoir comment définir la fontFamily. Comment définir la couleur d'arrière-plan sur le Sélecteur.articles?
https://facebook.github.io/react-native/docs/picker.html
Réglage fontFamily ou couleur d'arrière-plan ne fonctionne pas. l'emballant dans une vision et de donner des attributs de style pour Afficher aussi ne fonctionne pas.
<Picker
style={styles.picker} // cannot set fontFamily here
selectedValue={this.state.selected2}
onValueChange={this.onValueChange.bind(this, 'selected2')}
mode="dropdown">
<Item label="hello" value="key0" /> // cannot set backgroundColor here
<Item label="world" value="key1" />
</Picker>