[React Native] Support variable corner radii on RCTView

This commit is contained in:
Alex Akers
2015-05-13 08:22:21 -07:00
committed by Christopher Chedeau
parent f40a7b4609
commit 86709c15cb
6 changed files with 119 additions and 44 deletions

View File

@@ -69,9 +69,10 @@ var styles = StyleSheet.create({
overflow: 'hidden',
},
titleContainer: {
borderWidth: 0.5,
borderRadius: 2.5,
borderColor: '#d6d7da',
borderBottomWidth: 0.5,
borderTopLeftRadius: 3,
borderTopRightRadius: 2.5,
borderBottomColor: '#d6d7da',
backgroundColor: '#f6f7f8',
paddingHorizontal: 10,
paddingVertical: 5,