Implement scene member/memberships listings

This commit is contained in:
Paul Frazee
2022-11-08 16:37:21 -06:00
parent 6f97f8a84b
commit 482f848281
10 changed files with 379 additions and 44 deletions
+1 -1
View File
@@ -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(() => {