Home
last modified time | relevance | path

Searched refs:withAndroidNavigationBarExpoGoManifest (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js6 …ts.setNavigationBarColors = exports.setStrings = exports.withAndroidNavigationBarExpoGoManifest = …
69 const withAndroidNavigationBarExpoGoManifest = (config, props) => { function
80 exports.withAndroidNavigationBarExpoGoManifest = withAndroidNavigationBarExpoGoManifest;
83 config = (0, exports.withAndroidNavigationBarExpoGoManifest)(config, props);
H A DwithNavigationBar.d.ts18 export declare const withAndroidNavigationBarExpoGoManifest: ConfigPlugin<Props>;
/expo/packages/expo-navigation-bar/plugin/src/__tests__/
H A DwithNavigationBar-test.ts8 withAndroidNavigationBarExpoGoManifest,
206 describe(withAndroidNavigationBarExpoGoManifest, () => {
209 withAndroidNavigationBarExpoGoManifest(
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts105 export const withAndroidNavigationBarExpoGoManifest: ConfigPlugin<Props> = (config, props) => { constant
122 config = withAndroidNavigationBarExpoGoManifest(config, props);