Added status on profile picture in bottom tab (#7464)

* added last viewed feature

* added constants

* storing data in global table and added server col

* fixed stack screen"

* fixed values for crt

* fixed threadid store logic

* added status on profile in bottom tabs
This commit is contained in:
Harshal sanghvi
2023-07-25 13:54:55 +05:30
committed by GitHub
parent 722871d165
commit 871e3964ea

View File

@@ -34,7 +34,7 @@ const Account = ({currentUser, isFocused, theme}: Props) => {
<View style={isFocused ? style.selected : undefined}>
<ProfilePicture
author={currentUser}
showStatus={false}
showStatus={true}
size={28}
/>
</View>