Searched refs:baseExpoConfig (Results 1 – 1 of 1) sorted by relevance
13 const baseExpoConfig: ExpoConfig = { constant27 expect(getBundleIdentifier(baseExpoConfig)).toBe(null);32 getBundleIdentifier({ ...baseExpoConfig, ios: { bundleIdentifier: 'com.example.xyz' } })110 { ...baseExpoConfig, ios: { bundleIdentifier: 'host.exp.exponent' } },119 expect(setBundleIdentifier(baseExpoConfig, {})).toMatchObject({});