mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
insert video toolbar button
This commit is contained in:
parent
972c960057
commit
a66aadc208
@ -246,6 +246,7 @@ export const EditorToolbar = ({
|
||||
iconType="MaterialCommunityIcons"
|
||||
name="text-short"
|
||||
/>
|
||||
|
||||
<IconButton
|
||||
onPress={_showUploadsExtension}
|
||||
style={styles.rightIcons}
|
||||
@ -254,6 +255,14 @@ export const EditorToolbar = ({
|
||||
iconType="FontAwesome"
|
||||
name="image"
|
||||
/>
|
||||
<IconButton
|
||||
onPress={_showUploadsExtension}
|
||||
style={styles.rightIcons}
|
||||
size={20}
|
||||
iconStyle={styles.icon}
|
||||
iconType="MaterialCommunityIcons"
|
||||
name="movie-open"
|
||||
/>
|
||||
<View style={styles.clearButtonWrapper}>
|
||||
<IconButton
|
||||
onPress={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user