Searched refs:getUsesNonExemptEncryption (Results 1 – 5 of 5) sorted by relevance
1 import { getUsesNonExemptEncryption, setUsesNonExemptEncryption } from '../UsesNonExemptEncryption';5 expect(getUsesNonExemptEncryption({})).toBe(null);10 getUsesNonExemptEncryption({ ios: { config: { usesNonExemptEncryption: false } } })13 expect(getUsesNonExemptEncryption({ ios: { config: { usesNonExemptEncryption: true } } })).toBe(
6 exports.getUsesNonExemptEncryption = getUsesNonExemptEncryption;21 function getUsesNonExemptEncryption(config) { function29 const usesNonExemptEncryption = getUsesNonExemptEncryption(config);
4 export declare function getUsesNonExemptEncryption(config: Pick<ExpoConfig, 'ios'>): boolean | null; function
1 …getUsesNonExemptEncryption","config","_config$ios$config$us","_config$ios","_config$ios$config","i…
15 export function getUsesNonExemptEncryption(config: Pick<ExpoConfig, 'ios'>) { function23 const usesNonExemptEncryption = getUsesNonExemptEncryption(config);