Add placeholder loading states

This commit is contained in:
Paul Frazee 2022-11-16 13:05:36 -06:00
parent e003f2e3cb
commit 17825cd611
5 changed files with 128 additions and 9 deletions

View file

@ -77,7 +77,7 @@ export function PostCtrls(opts: PostCtrlsOpts) {
icon={['far', 'comment']}
size={14}
/>
<Text style={s.f13}>{opts.replyCount}</Text>
<Text style={[s.ml5, s.f13]}>{opts.replyCount}</Text>
</TouchableOpacity>
</View>
<View style={s.flex1}>