Integrate ViewSelector into design system

This commit is contained in:
Paul Frazee
2022-12-30 12:40:16 -06:00
parent 486a1f082c
commit 01aaa6123f
2 changed files with 12 additions and 16 deletions
+1 -6
View File
@@ -1,10 +1,5 @@
import React, {useEffect, useState} from 'react'
import {
FlatList,
NativeSyntheticEvent,
NativeScrollEvent,
View,
} from 'react-native'
import {FlatList, View} from 'react-native'
import {Selector} from './Selector'
import {HorzSwipe} from './gestures/HorzSwipe'
import {useAnimatedValue} from '../../lib/hooks/useAnimatedValue'