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

Method _getHandle

src/MapView.tsx:1073–1075  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1071
1072 // @ts-ignore
1073 private _getHandle() {
1074 return findNodeHandle(this.map.current);
1075 }
1076
1077 private handleMapPress = (event: any) => {
1078 if (this.props.onPress) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected