MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / DetailsModal

Function DetailsModal

app/components/Base/DetailsModal.js:62–71  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

60 },
61 });
62const DetailsModal = ({ children }) => {
63 const { colors } = useTheme();
64 const styles = createStyles(colors);
65
66 return (
67 <View style={styles.modalView}>
68 <View style={styles.modalContainer}>{children}</View>
69 </View>
70 );
71};
72
73const DetailsModalHeader = ({ style, ...props }) => {
74 const { colors } = useTheme();

Callers

nothing calls this directly

Calls 2

useThemeFunction · 0.90
createStylesFunction · 0.70

Tested by

no test coverage detected