Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DBitcode.d.ts9 export declare const withBitcode: ConfigPlugin; constant
H A DBitcode.js35 const withBitcode = config => { function
/expo/packages/@expo/config-plugins/src/ios/
H A DBitcode.ts15 export const withBitcode: ConfigPlugin = (config) => { constant