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

Function activeHome

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

Source from the content-addressed store, hash-verified

69};
70
71const activeHome = (isPlay: boolean) => {
72 return (
73 <View style={styles.tabStyle}>
74 <LottieView
75 source={require(`../assets/bar.json`)}
76 autoPlay={isPlay}
77 loop={false}
78 style={lottieIconStyle}
79 />
80 </View>
81 );
82};
83
84const activeList = (isPlay: boolean) => {
85 return (

Callers 1

App.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected