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

Method render

src/MapCalloutSubview.tsx:36–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 getMapManagerCommand!: (name: string) => MapManagerCommand;
35 getUIManagerCommand!: (name: string) => UIManagerCommand;
36 render() {
37 const AIRMapCalloutSubview = this.getNativeComponent();
38 return (
39 <AIRMapCalloutSubview
40 {...this.props}
41 style={[styles.calloutSubview, this.props.style]}
42 />
43 );
44 }
45}
46
47const styles = StyleSheet.create({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected