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

Function activeSearch

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

Source from the content-addressed store, hash-verified

95};
96
97const activeSearch = (isPlay: boolean) => {
98 return (
99 <View style={styles.tabStyle}>
100 <LottieView
101 source={require(`../assets/search.json`)}
102 autoPlay={isPlay}
103 loop={false}
104 style={lottieIconStyle}
105 />
106 </View>
107 );
108};
109
110interface TabsDataType extends TabsType {
111 activeTintColor: string;

Callers 1

App.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected