Home
last modified time | relevance | path

Searched refs:withMod (Results 1 – 25 of 28) sorted by relevance

12

/expo/packages/@expo/config-plugins/src/plugins/
H A Dandroid-plugins.ts1 import { withMod } from './withMod';
58 return withMod(config, {
72 return withMod(config, {
86 return withMod(config, {
103 return withMod(config, {
117 return withMod(config, {
134 return withMod(config, {
151 return withMod(config, {
168 return withMod(config, {
182 return withMod(config, {
[all …]
H A Dios-plugins.ts5 import { withMod } from './withMod';
102 return withMod(config, {
117 return withMod<InfoPlist>(config, {
139 return withMod<JSONObject>(config, {
160 return withMod(config, {
174 return withMod(config, {
191 return withMod(config, {
H A DwithDangerousMod.ts1 import { withMod } from './withMod';
16 return withMod(config, {
H A DwithMod.ts211 export function withMod<T>( function
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js53 return (0, _withMod().withMod)(config, {
68 return (0, _withMod().withMod)(config, {
83 return (0, _withMod().withMod)(config, {
98 return (0, _withMod().withMod)(config, {
113 return (0, _withMod().withMod)(config, {
128 return (0, _withMod().withMod)(config, {
143 return (0, _withMod().withMod)(config, {
158 return (0, _withMod().withMod)(config, {
173 return (0, _withMod().withMod)(config, {
188 return (0, _withMod().withMod)(config, {
[all …]
H A Dios-plugins.js93 return (0, _withMod().withMod)(config, {
109 return (0, _withMod().withMod)(config, {
132 return (0, _withMod().withMod)(config, {
154 return (0, _withMod().withMod)(config, {
169 return (0, _withMod().withMod)(config, {
184 return (0, _withMod().withMod)(config, {
H A DwithDangerousMod.js.map1withMod","mod","exports"],"sources":["../../src/plugins/withDangerousMod.ts"],"sourcesContent":["i…
H A Dandroid-plugins.js.map1withMod","platform","mod","exports","withAndroidColors","withAndroidColorsNight","withAndroidStyle…
H A DwithDangerousMod.js23 return (0, _withMod().withMod)(config, {
H A DwithMod.js7 exports.withMod = withMod;
184 function withMod(config, { function
H A DwithMod.d.ts42 export declare function withMod<T>(config: ExportedConfig, { platform, mod, action, }: {
H A Dios-plugins.js.map1withMod","platform","mod","exports","entitlements","withExpoPlist","withXcodeProject","withPodfile…
H A DwithMod.js.map1withMod.js","names":["_chalk","data","_interopRequireDefault","require","_getenv","_errors","obj",…
/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DmockMods.ts7 export function mockModWithResults(withMod, modResults) {
8 withMod.mockImplementationOnce((config, action) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DmockMods.ts7 export function mockModWithResults(withMod, modResults) {
8 withMod.mockImplementationOnce((config, action) => {
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A DmockMods.ts8 export function mockModWithResults(withMod, modResults) {
9 withMod.mockImplementationOnce((config, action) => {
H A DwithMod-test.ts3 import { withBaseMod, withMod } from '../withMod';
5 describe(withMod, () => {
89 withMod<any>(config, {
H A Dmod-compiler-test.ts7 import { withMod } from '../withMod';
42 exportedConfig = withMod<any>(exportedConfig, {
72 exportedConfig = withMod<any>(exportedConfig, {
/expo/packages/expo-build-properties/src/__tests__/
H A DmockMods.ts7 export function mockModWithResults(withMod, modResults) {
8 withMod.mockImplementationOnce((config, action) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreenStoryboard.ts1 import { BaseMods, ConfigPlugin, Mod, withMod } from '@expo/config-plugins';
22 return withMod(config, {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts31 export { withMod, withBaseMod } from './plugins/withMod';
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts22 export { withMod, withBaseMod } from './plugins/withMod';
H A Dindex.js18 withMod: true, property
162 return _withMod().withMod;
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreenStoryboard.js57 return (0, _configPlugins().withMod)(config, {
H A DwithIosSplashScreenStoryboard.js.map1withMod","platform","mod","withIosSplashScreenStoryboardBaseMod","BaseMods","withGeneratedBaseMods…

12