(src: string)
| 85 | } |
| 86 | |
| 87 | export 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…