Implement like and repost

This commit is contained in:
Paul Frazee 2022-07-22 11:18:47 -05:00
parent cc8a170204
commit 0ec0ba996f
12 changed files with 307 additions and 40 deletions

View file

@ -34,6 +34,9 @@ export const s = StyleSheet.create({
// colors
black: {color: 'black'},
gray: {color: 'gray'},
blue: {color: 'blue'},
green: {color: 'green'},
red: {color: 'red'},
// margins
mr2: {marginRight: 2},