Home
last modified time | relevance | path

Searched refs:withRunOnce (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/config-plugins/build/plugins/
H A DwithRunOnce.js7 exports.withRunOnce = void 0;
22 const withRunOnce = (config, { function
45 exports.withRunOnce = withRunOnce;
48 return withRunOnce(config, {
H A DwithRunOnce.js.map1withRunOnce.js","names":["_history","data","require","withRunOnce","config","plugin","name","versi…
H A DwithRunOnce.d.ts10 export declare const withRunOnce: ConfigPlugin<{ constant
H A DwithMod.js.map1 …ncludes(plugin!);\n });\n\n const commonPlugins = ['withPlugins', 'withRunOnce', 'withStaticPl…
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithRunOnce.ts11 export const withRunOnce: ConfigPlugin<{ constant
38 return withRunOnce(config, { plugin: (config) => plugin(config, props), name, version });
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A DwithRunOnce-test.ts3 import { createRunOncePlugin, withRunOnce } from '../withRunOnce';
5 describe(withRunOnce, () => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts28 export { withRunOnce, createRunOncePlugin } from './plugins/withRunOnce';
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts20 export { withRunOnce, createRunOncePlugin } from './plugins/withRunOnce';
H A Dindex.js15 withRunOnce: true, property
186 return _withRunOnce().withRunOnce;
H A Dindex.js.map1 … } from './plugins/withPlugins';\n\nexport { withRunOnce, createRunOncePlugin } from './plugins/wi…
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx225 // A helper method that wraps `withRunOnce` and appends items to `pluginHistory`.
463 This will show an object with all plugins that were added using `withRunOnce` plugin from `expo/con…