WIP scene UIs
This commit is contained in:
parent
1ab8285ad3
commit
eceef67d46
9 changed files with 144 additions and 31 deletions
|
|
@ -43,7 +43,7 @@ export const Contacts = ({visible, params}: ScreenParams) => {
|
|||
</View>
|
||||
</View>
|
||||
<Selector
|
||||
items={['All', 'Following']}
|
||||
items={['All', 'Following', 'Scenes']}
|
||||
selectedIndex={0}
|
||||
swipeGestureInterp={selectorInterp}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue