Fix to blurviews
This commit is contained in:
parent
d04a6d7539
commit
20ccb03427
6 changed files with 55 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
|||
import React, {useEffect, useState} from 'react'
|
||||
import {FlatList, View} from 'react-native'
|
||||
import {View} from 'react-native'
|
||||
import {Selector} from './Selector'
|
||||
import {HorzSwipe} from './gestures/HorzSwipe'
|
||||
import {FlatList} from './Views'
|
||||
import {useAnimatedValue} from '../../lib/hooks/useAnimatedValue'
|
||||
import {OnScrollCb} from '../../lib/hooks/useOnMainScroll'
|
||||
import {clamp} from '../../../lib/numbers'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue