Add placeholder loading states
This commit is contained in:
parent
e003f2e3cb
commit
17825cd611
5 changed files with 128 additions and 9 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue