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

Function removeGoogleMapsAppDelegateInit

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

Source from the content-addressed store, hash-verified

85}
86
87export function removeGoogleMapsAppDelegateInit(src: string): MergeResults {
88 return removeContents({
89 tag: 'react-native-maps-init',
90 src,
91 });
92}
93
94/**
95 * @param src The contents of the Podfile.

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…