MCPcopy
hub / github.com/zoontek/react-native-bootsplash / withAndroidColorsNight

Function withAndroidColorsNight

src/extras/expo.ts:183–192  ·  view source on GitHub ↗
(expoConfig, rawProps)

Source from the content-addressed store, hash-verified

181 });
182
183const withAndroidColorsNight: ConfigPlugin = (expoConfig, rawProps) =>
184 Expo.withAndroidColorsNight(expoConfig, async (config) => {
185 const { projectRoot } = config.modRequest;
186 const props = await transformProps(projectRoot, rawProps);
187 const addon = requireAddon(props);
188
189 return addon != null
190 ? await addon.withAndroidColorsNight({ config, props })
191 : config;
192 });
193
194const withIOSAssets: ConfigPlugin = (expoConfig, rawProps) =>
195 Expo.withDangerousMod(expoConfig, [

Callers

nothing calls this directly

Calls 2

transformPropsFunction · 0.90
requireAddonFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…