MCPcopy Create free account
hub / github.com/Mindinventory/react-native-tabbar-interaction / activeList

Function activeList

example/src/App.tsx:84–95  ·  view source on GitHub ↗
(isPlay: boolean)

Source from the content-addressed store, hash-verified

82};
83
84const 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
97const activeSearch = (isPlay: boolean) => {
98 return (

Callers 1

App.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected