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

Class

example/src/examples/CustomCallout.tsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import {StyleSheet, View} from 'react-native';
4
5class CustomCallout extends React.Component<any, any> {
6 render() {
7 return (
8 <View style={[styles.container, this.props.style]}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected