Const styles
styles: object = StyleSheet.create({container: {},border: {borderColor: '#CCD0D5',borderTopWidth: 1 / PixelRatio.get(),},actionsVertical: {flexDirection: 'column',height: 200,},actionsHorizontal: {flexDirection: 'row',},})
Type declaration
-
container: object
-
actionsHorizontal: object
-
actionsVertical: object
-
flexDirection: "column"
-
height: number
-
border: object
-
borderColor: string
-
borderTopWidth: number