Integrate ViewSelector into design system
This commit is contained in:
parent
b47714fb11
commit
efaf8a54b8
2 changed files with 12 additions and 16 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue