const Styles = () => {
containerStyle: {
borderWidth: 1,
borderRadius:2,
borderColor: '#ddd',
borderBottomWidth: 0,
shadowColor: '#000',
shadowOffset: {width: 0, height: 2},
shadowOpacity: 0.1,
shadowRadius: 2,
elevation:1,
marginLeft: 5,
marginRight: 5,
marginTop: 10
}
I am trying to do this styling in react.js. But the console shows parse error in for borderRadius:2, Error is as: Unexpected token , expected ;