@@ -28,7 +28,7 @@ const navBarHeight = 56;
2828const sections = createMockData ( ) ;
2929
3030const SectionListExample : React . FC < Props > = ( ) => {
31- const snapPointsFromTop = [ 0 , '40 %' , windowHeight - 264 ] ;
31+ const snapPointsFromTop = [ 96 , '45 %' , windowHeight - 264 ] ;
3232 const animatedPosition = React . useRef ( new Value ( 0.5 ) ) ;
3333 const handleLeftRotate = concat (
3434 interpolate ( animatedPosition . current , {
@@ -48,7 +48,7 @@ const SectionListExample: React.FC<Props> = () => {
4848 ) ;
4949 const cardScale = interpolate ( animatedPosition . current , {
5050 inputRange : [ 0 , 0.6 , 1 ] ,
51- outputRange : [ 1 , 1 , 0.8 ] ,
51+ outputRange : [ 1 , 1 , 0.9 ] ,
5252 extrapolate : Extrapolate . CLAMP ,
5353 } ) ;
5454
@@ -118,7 +118,7 @@ const SectionListExample: React.FC<Props> = () => {
118118 easing : Easing . inOut ( Easing . linear ) ,
119119 } }
120120 renderHandle = { ( ) => (
121- < Handle style = { { paddingVertical : 20 } } >
121+ < Handle style = { { paddingVertical : 20 , backgroundColor : '#F3F4F9' } } >
122122 < Animated . View
123123 style = { [
124124 styles . handle ,
0 commit comments