Can I use CSS for styling my ReactNative component. Currently I can only use StyleSheet like this:
var styles = React.StyleSheet.create({
autocomplete: {
backgroundColor: '#FFF',
zIndex: 5,
},
...
I want to use CSS instead of this as in ReactJs