|
|
|
@ -792,17 +792,17 @@ export const HomeScreen = () => {
|
|
|
|
|
<> |
|
|
|
|
<View style={styles.swiperContainer}> |
|
|
|
|
<Carousel |
|
|
|
|
loop |
|
|
|
|
width={screenWidth} |
|
|
|
|
data={data} |
|
|
|
|
height={widthUtils(286, 286).height} |
|
|
|
|
modeConfig={{ |
|
|
|
|
parallaxScrollingScale: 0.9, |
|
|
|
|
parallaxScrollingOffset: 50, |
|
|
|
|
parallaxScrollingScale: 0, |
|
|
|
|
parallaxScrollingOffset: 0, |
|
|
|
|
}} |
|
|
|
|
renderItem={({ item }) => ( |
|
|
|
|
<TouchableOpacity |
|
|
|
|
onPress={() => navigation.navigate(item.add)} |
|
|
|
|
activeOpacity={1} |
|
|
|
|
key={item.imgUrl} |
|
|
|
|
style={{ |
|
|
|
|
flex: 1, |
|
|
|
|