(isPlay: boolean)
| 82 | }; |
| 83 | |
| 84 | const activeList = (isPlay: boolean) => { |
| 85 | return ( |
| 86 | <View style={styles.tabStyle}> |
| 87 | <LottieView |
| 88 | source={require(`../assets/cart.json`)} |
| 89 | autoPlay={isPlay} |
| 90 | loop={false} |
| 91 | style={lottieIconStyle} |
| 92 | /> |
| 93 | </View> |
| 94 | ); |
| 95 | }; |
| 96 | |
| 97 | const activeSearch = (isPlay: boolean) => { |
| 98 | return ( |