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

Function removeGoogleMapsAppDelegateImport

plugin/src/ios.ts:60–65  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

58}
59
60export function removeGoogleMapsAppDelegateImport(src: string): MergeResults {
61 return removeContents({
62 tag: 'react-native-maps-import',
63 src,
64 });
65}
66
67export function addGoogleMapsAppDelegateInit(
68 src: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…