MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps / render

Method render

src/MapCallout.tsx:52–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 getUIManagerCommand!: (name: string) => UIManagerCommand;
51
52 render() {
53 const {tooltip = false, alphaHitTest = false} = this.props;
54 const AIRMapCallout = this.getNativeComponent();
55 return (
56 <AIRMapCallout
57 {...this.props}
58 tooltip={tooltip}
59 alphaHitTest={alphaHitTest}
60 style={[styles.callout, this.props.style]}
61 />
62 );
63 }
64}
65
66const styles = StyleSheet.create({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected