Implement scene member/memberships listings
This commit is contained in:
parent
e6429182a1
commit
0cdfd089f5
10 changed files with 379 additions and 44 deletions
|
@ -41,7 +41,7 @@ export function Selector({
|
|||
width: middle.width,
|
||||
}
|
||||
return [left, middle, right]
|
||||
}, [selectedIndex, itemLayouts])
|
||||
}, [selectedIndex, items, itemLayouts])
|
||||
|
||||
const interp = swipeGestureInterp || DEFAULT_SWIPE_GESTURE_INTERP
|
||||
const underlinePos = useAnimatedStyle(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue