add share button to channel page

This commit is contained in:
Akinwale Ariwodola 2019-10-25 15:24:57 +01:00
commit 9157b18f45
5 changed files with 29 additions and 8 deletions
src/styles

View file

@ -172,6 +172,10 @@ const channelPageStyle = StyleSheet.create({
deleteButton: {
marginLeft: 8,
},
shareButton: {
marginLeft: 8,
marginRight: 8,
},
});
export default channelPageStyle;