WIP scene UIs

This commit is contained in:
Paul Frazee 2022-10-31 12:17:58 -05:00
parent 1ab8285ad3
commit eceef67d46
9 changed files with 144 additions and 31 deletions

View file

@ -43,7 +43,7 @@ export const Contacts = ({visible, params}: ScreenParams) => {
</View>
</View>
<Selector
items={['All', 'Following']}
items={['All', 'Following', 'Scenes']}
selectedIndex={0}
swipeGestureInterp={selectorInterp}
/>