Home
last modified time | relevance | path

Searched refs:customize (Results 1 – 25 of 92) sorted by relevance

1234

/expo/packages/@expo/cli/bin/
H A Dcli.ts33 customize: () => import('../src/customize/index.js').then((i) => i.expoCustomize),
85 customize, constant
103 ${Object.keys({ install, customize, config }).join(', ')}
/expo/docs/pages/ui-programming/
H A Dreact-native-styling-buttons.mdx10 … `onPress` props but it does not accept a `style` prop, which makes it hard to customize the style.
19 …essable>` lets us fully customize the appearance of a pressable element (like a button), in additi…
/expo/templates/expo-template-bare-minimum/ios/
H A D.xcode.env3 # To customize your local environment, you can create an `.xcode.env.local`
/expo/templates/expo-template-tv/ios/
H A D.xcode.env3 # To customize your local environment, you can create an `.xcode.env.local`
/expo/apps/fabric-tester/ios/
H A D.xcode.env3 # To customize your local environment, you can create an `.xcode.env.local`
/expo/apps/bare-expo/ios/
H A D.xcode.env3 # To customize your local environment, you can create an `.xcode.env.local`
/expo/packages/eslint-config-universe/
H A DCONTRIBUTING.md1 …uctured, you also can layer new rules on top of a config if you wish to customize your lint rules …
/expo/docs/pages/guides/
H A Dcustomizing-webpack.mdx14 <Terminal cmd={['$ npx expo customize webpack.config.js']} />
72 …e any of the application code has been executed. Alternatively, you can customize the webpack conf…
83 … use `npx expo customize` to generate the static project files: **index.html**, **serve.json**, an…
H A Dprogressive-web-apps.mdx18 The following properties can be used to customize your PWA:
42 …is generated, you should generate the **web/index.html** with `npx expo customize` and add it manu…
46 Icons are generated in webpack using the [`expo-pwa`][expo-pwa] CLI. You can customize and override…
118 Firstly, you'll need to generate the **web/index.html** with `npx expo customize`. Now you can gene…
H A Dassets.mdx40customize the asset extensions supported by Metro for Android and iOS in [Customizing Metro](/guid…
/expo/packages/expo-build-properties/
H A DREADME.md3 … [config plugin](https://docs.expo.dev/config-plugins/introduction/) to customize native build pro…
/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.types.js.map1customize the default `Cancel` label shown.\n */\n cancelLabel?: string;\n /**\n * After sev…
/expo/docs/pages/develop/
H A Dproject-structure.mdx30 …below are part of every project created with Expo CLI. You can edit them to customize your project.
50 …lash screen is the first screen that users see when they open your app. Learn how to customize it."
/expo/packages/expo-notifications/build/
H A DTokens.types.js.map1 …ication` or `false`. Most probably you won't need to customize that.\n * You may want to customi…
/expo/android/vendored/unversioned/react-native-svg/android/
H A Dbuild.gradle47 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/android/vendored/sdk47/react-native-svg/android/
H A Dbuild.gradle44 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/docs/pages/
H A Doverview.mdx10 … standard [project structure](/develop/project-structure) which you can customize as per your need…
/expo/android/vendored/sdk48/react-native-svg/android/
H A Dbuild.gradle44 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/android/vendored/sdk49/react-native-svg/android/
H A Dbuild.gradle47 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/packages/expo-dev-launcher/bundle/screens/
H A DExtensionsScreen.tsx86 Extensions allow you to customize your development build with additional
187 Extensions allow you to customize your development build with additional
/expo/android/vendored/unversioned/lottie-react-native/android/
H A Dbuild.gradle45 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/android/vendored/sdk48/react-native-screens/android/
H A Dbuild.gradle44 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/android/vendored/sdk47/react-native-screens/android/
H A Dbuild.gradle44 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/android/vendored/unversioned/react-native-screens/android/
H A Dbuild.gradle54 // users to customize the NDK path/version from their root project (e.g. for M1 support)
/expo/packages/expo-splash-screen/
H A DREADME.md10 `expo-splash-screen` allows you to customize your app's splash screen, which is the initial screen …
271 6. [(<em>optional</em>) Customize StatusBar](#-customize-statusbar)
393 1. Create a new `Color Set` and customize its values for different color modes:
484 You might want to customize the StatusBar appearance during the time the SplashScreen is being show…
517 6. [(<em>optional</em>) Customzine `resizeMode`](#-optional-customize-resizemode)
519 8. [(<em>optional</em>) Customize StatusBar](#-customize-statusbar-1)
528 …ze_mode">native</string>` mode in [`res/values/strings.xml`](#-optional-customize-resizemode), you…
567 …ze_mode">native</string>` mode in [`res/values/strings.xml`](#-optional-customize-resizemode), you…
649 You might want to customize the StatusBar appearance during the time the SplashScreen is being show…

1234