Update to the latest APIs
This commit is contained in:
parent
8ae6e67eea
commit
f333a90fab
165 changed files with 2963 additions and 4747 deletions
|
|
@ -47,7 +47,7 @@ export const Contacts = ({visible, params}: ScreenParams) => {
|
|||
selectedIndex={0}
|
||||
swipeGestureInterp={selectorInterp}
|
||||
/>
|
||||
{!!store.me.name && <ProfileFollowsComponent name={store.me.name} />}
|
||||
{!!store.me.handle && <ProfileFollowsComponent name={store.me.handle} />}
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue