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

Function withMaps

plugin/src/index.ts:7–12  ·  view source on GitHub ↗
(config, props)

Source from the content-addressed store, hash-verified

5import type {ConfigPluginProps} from './types';
6
7const withMaps: ConfigPlugin<ConfigPluginProps> = (config, props) => {
8 config = withMapsIOS(config, props);
9 config = withMapsAndroid(config, props);
10
11 return config;
12};
13
14export default withMaps;

Callers

nothing calls this directly

Calls 2

withMapsIOSFunction · 0.90
withMapsAndroidFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…