Home
last modified time | relevance | path

Searched refs:variants (Results 1 – 25 of 33) sorted by relevance

12

/expo/packages/expo-dev-client-components/src/
H A Dcreate-primitive.tsx10 variants?: VariantMap<StyleType>;
37 config: O & { selectors?: Selectors<O['variants']>; props?: T }
40 config.variants = config.variants ?? {};
59 Object.keys(config.variants).forEach((variant) => {
81 function stylesForVariants(props: any, variants: any = {}) {
85 if (variants[key]) {
88 const styleValue = variants[key][value];
103 const variants = selectors[state.theme];
104 const variantStyles = stylesForVariants(props, variants);
106 if (variants.base != null) {
[all …]
H A DText.tsx18 variants: {
44 variants: {
61 variants: {
H A DView.tsx19 variants: {
126 variants: {
178 variants: {
201 variants: {
231 variants: {
257 variants: {
H A DImage.tsx12 variants: {
H A DButton.tsx28 variants: {
70 variants: {
/expo/docs/pages/build-reference/
H A Dvariants.mdx2 title: Install app variants on the same device
4 description: Learn how to install multiple variants of an app on the same device.
9 …tion builds](/build/eas-json/#common-use-cases), installing these build variants simultaneously on…
11 This guide provides the steps required to configure multiple (development and production) variants
15 To have multiple variants of an app installed on your device, each variant must have a unique [Appl…
17 ## Configure development and production variants
51 To have multiple variants of the app installed on the same device, rename the **app.json** to **app…
259 src="/static/images/eas-build/variants/1-ios-duplicate-target.png"
274 src="/static/images/eas-build/variants/2-scheme-list.png"
289 src="/static/images/eas-build/variants/3-target-build-settings.png"
H A Dapp-versions.mdx80 …application ID/bundle identifier — so, for example, if you are building variants with different ap…
/expo/packages/expo-dev-client-components/
H A DREADME.md48 variants: {
87 All of the variants are captured by typescript which makes using them a breeze.
95 variants: {
/expo/docs/pages/develop/development-builds/
H A Dshare-with-your-team.mdx43 title="Install multiple app variants on the same device"
46 Learn how to install multiple variants (development, preview, production) of an app on the
51 href="/build-reference/variants/"
/expo/packages/expo-dev-client-components/src/__tests__/
H A Dcreate-primitive.test.tsx25 variants: {
154 variants: {
/expo/packages/@expo/config-plugins/src/android/__tests__/fixtures/
H A Dbuild-with-incorrect-create-manifest-android-path.gradle41 * // whether to disable dev mode in custom build variants (by default only disabled in release)
176 if (abi != null) { // null for the universal-debug, universal-release variants
H A Dbuild-without-create-manifest-android.gradle41 * // whether to disable dev mode in custom build variants (by default only disabled in release)
175 if (abi != null) { // null for the universal-debug, universal-release variants
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTFontUtils.mm158 // Apply font variants to font object.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTFontUtils.mm158 // Apply font variants to font object.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTFontUtils.mm158 // Apply font variants to font object.
/expo/packages/@expo/config-plugins/src/android/__tests__/__snapshots__/
H A DUpdates-test.ts.snap33 // The list of variants to that are debuggable. For those we're going to
231 * // whether to disable dev mode in custom build variants (by default only disabled in release)
364 if (abi != null) { // null for the universal-debug, universal-release variants
/expo/docs/pages/build/
H A Deas-json.mdx116 …ultaneously on the same device. See [Install app variants on the same device](/build-reference/var…
/expo/templates/expo-template-tv/android/app/
H A Dbuild.gradle30 // The list of variants to that are debuggable. For those we're going to
/expo/apps/fabric-tester/android/app/
H A Dbuild.gradle30 // The list of variants to that are debuggable. For those we're going to
/expo/apps/bare-expo/android/app/
H A Dbuild.gradle31 // The list of variants to that are debuggable. For those we're going to
/expo/packages/expo-test-runner/templates/detox/android/app/
H A Dbuild.gradle42 * // whether to disable dev mode in custom build variants (by default only disabled in release)
264 if (abi != null) { // null for the universal-debug, universal-release variants
/expo/templates/expo-template-bare-minimum/android/app/
H A Dbuild.gradle30 // The list of variants to that are debuggable. For those we're going to
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTFont.mm380 // Apply font variants to font object
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTFont.mm460 // Apply font variants to font object
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTFont.mm460 // Apply font variants to font object

12