@@ -9,7 +9,6 @@ import collections from '../../assets/icons/collections.png';
9
9
import richText from '../../assets/icons/richText.png' ;
10
10
11
11
export default class ActionBarScreen extends Component {
12
-
13
12
constructor ( props ) {
14
13
super ( props ) ;
15
14
@@ -55,16 +54,11 @@ export default class ActionBarScreen extends Component {
55
54
</ View >
56
55
57
56
< View style = { styles . page } >
58
- < ActionBar
59
- actions = { [ { label : 'Delete' , red30 : true } , { label : 'Edit' } ] }
60
- />
57
+ < ActionBar actions = { [ { label : 'Delete' , red30 : true } , { label : 'Edit' } ] } />
61
58
</ View >
62
59
63
60
< View style = { styles . page } >
64
- < ActionBar
65
- centered
66
- actions = { [ { label : 'Send as Contact' } , { label : 'Archive Chat' } ] }
67
- />
61
+ < ActionBar centered actions = { [ { label : 'Send as Contact' } , { label : 'Archive Chat' } ] } />
68
62
</ View >
69
63
70
64
< View style = { styles . page } >
@@ -81,8 +75,10 @@ export default class ActionBarScreen extends Component {
81
75
< View style = { styles . page } >
82
76
< ActionBar
83
77
centered
84
- actions = { _ . map ( [ cameraSelected , video , tags , collections , richText ] ,
85
- iconSource => ( { iconSource, iconStyle : { width : 25 } } ) ) }
78
+ actions = { _ . map ( [ cameraSelected , video , tags , collections , richText ] , iconSource => ( {
79
+ iconSource,
80
+ iconStyle : { width : 25 }
81
+ } ) ) }
86
82
/>
87
83
</ View >
88
84
</ Carousel >
@@ -100,7 +96,7 @@ const styles = StyleSheet.create({
100
96
} ,
101
97
absoluteContainer : {
102
98
position : 'absolute' ,
103
- bottom : 80 ,
99
+ bottom : 150 ,
104
100
left : 0 ,
105
101
right : 0
106
102
}
0 commit comments