Home
last modified time | relevance | path

Searched refs:withCustom (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config/src/__tests__/fixtures/plugins/
H A Dapp.config.ts3 const withCustom = (config, props) => { constant
10 plugins: ['./my-plugin', [withCustom, { name: 'custom-name' }]],
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx471 const withCustom = (config, props) => config;
476 withCustom,
482 withCustom,
494 "plugins": [["withCustom", {}], "withCustom"]
H A Ddevelopment-and-debugging.mdx377 function withCustom(config, value) {