Home
last modified time | relevance | path

Searched defs:pickFirst (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-build-properties/build/
H A DpluginConfig.d.ts237 pickFirst?: string[]; property
H A DpluginConfig.js46 pickFirst: { type: 'array', items: { type: 'string' }, nullable: true }, property
/expo/packages/expo-build-properties/src/
H A DpluginConfig.ts267 pickFirst?: string[]; property