| /expo/packages/expo-image/build/ |
| H A D | ExpoImage.js | 61 const borderEndColor = processColor(resolvedStyle.borderEndColor); 70 …olor: borderBottomColor, borderStartColor: borderStartColor, borderEndColor: borderEndColor, backg…
|
| H A D | ExpoImage.js.map | 1 …borderEndColor = processColor(resolvedStyle.borderEndColor);\n // @ts-ignore\n const borderL…
|
| /expo/packages/expo-image/src/ |
| H A D | ExpoImage.tsx | 84 const borderEndColor = processColor(resolvedStyle.borderEndColor); 111 borderEndColor={borderEndColor}
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 223 borderEndColor?: ColorValue | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTView.h | 83 @property (nonatomic, strong) UIColor *borderEndColor;
|
| H A D | ABI48_0_0RCTView.m | 725 UIColor *borderEndColor = _borderEndColor ?: _borderRightColor; 727 directionAwareBorderLeftColor = isRTL ? borderEndColor : borderStartColor; 728 directionAwareBorderRightColor = isRTL ? borderStartColor : borderEndColor;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTView.h | 82 @property (nonatomic, strong) UIColor *borderEndColor;
|
| H A D | ABI47_0_0RCTView.m | 723 UIColor *borderEndColor = _borderEndColor ?: _borderRightColor; 725 directionAwareBorderLeftColor = isRTL ? borderEndColor : borderStartColor; 726 directionAwareBorderRightColor = isRTL ? borderStartColor : borderEndColor;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 240 borderEndColor?: ColorValue | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTView.h | 87 @property (nonatomic, strong) UIColor *borderEndColor;
|
| H A D | ABI49_0_0RCTView.m | 735 UIColor *borderEndColor = _borderEndColor ?: _borderRightColor; 737 directionAwareBorderLeftColor = isRTL ? borderEndColor : borderStartColor; 738 directionAwareBorderRightColor = isRTL ? borderStartColor : borderEndColor;
|
| /expo/apps/native-component-list/src/screens/Image/tests/ |
| H A D | borders.tsx | 224 borderEndColor: tintColor,
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 65 …ghtRadius:!0,borderBottomStartRadius:!0,borderColor:b,borderCurve:!0,borderEndColor:b,borderEndEnd… property 97 …idth:!0,borderStartColor:{process:r(d[4]).default},borderEndWidth:!0,borderEndColor:{process:r(d[4… property 211 …{process:r(d[5]).default},borderStartColor:{process:r(d[5]).default},borderEndColor:{process:r(d[5… 267 ….number,borderColor:b,borderCurve:c.oneOf(['circular','continuous']),borderEndColor:b,borderEndEnd… property 277 …n])}))}var B={backgroundColor:!0,borderBottomColor:!0,borderColor:!0,borderEndColor:!0,borderLeftC… property
|
| H A D | EXDevMenuApp.android.js | 65 …ghtRadius:!0,borderBottomStartRadius:!0,borderColor:b,borderCurve:!0,borderEndColor:b,borderEndEnd… property 209 …{process:r(d[5]).default},borderStartColor:{process:r(d[5]).default},borderEndColor:{process:r(d[5… 267 ….number,borderColor:b,borderCurve:c.oneOf(['circular','continuous']),borderEndColor:b,borderEndEnd… property 277 …n])}))}var B={backgroundColor:!0,borderBottomColor:!0,borderColor:!0,borderEndColor:!0,borderLeftC… property
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 68 …lor=C,O.borderRightColor=C,O.borderTopColor=C,O.borderStartColor=C,O.borderEndColor=C,O.color=C,O.… 82 …ightColor:n,borderBottomColor:n,borderLeftColor:n,borderStartColor:n,borderEndColor:n,borderRadius… 183 …borderEndColor:{process:r(d[4])},borderEndWidth:!0,borderLeftColor:{process:r(d[4])},borderLeftWid…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 66 …ghtRadius:!0,borderBottomStartRadius:!0,borderColor:b,borderCurve:!0,borderEndColor:b,borderEndEnd… 98 …idth:!0,borderStartColor:{process:r(d[4]).default},borderEndWidth:!0,borderEndColor:{process:r(d[4… 212 …{process:r(d[5]).default},borderStartColor:{process:r(d[5]).default},borderEndColor:{process:r(d[5… 268 ….number,borderColor:b,borderCurve:c.oneOf(['circular','continuous']),borderEndColor:b,borderEndEnd… 278 …n])}))}var B={backgroundColor:!0,borderBottomColor:!0,borderColor:!0,borderEndColor:!0,borderLeftC… 546 …borderEndColor,se=U.borderEndWidth,he=U.borderLeftColor,be=U.borderLeftWidth,ue=U.borderRadius,fe=…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 66 …ghtRadius:!0,borderBottomStartRadius:!0,borderColor:b,borderCurve:!0,borderEndColor:b,borderEndEnd… 210 …{process:r(d[5]).default},borderStartColor:{process:r(d[5]).default},borderEndColor:{process:r(d[5… 268 ….number,borderColor:b,borderCurve:c.oneOf(['circular','continuous']),borderEndColor:b,borderEndEnd… 278 …n])}))}var B={backgroundColor:!0,borderBottomColor:!0,borderColor:!0,borderEndColor:!0,borderLeftC… 547 …borderEndColor,se=U.borderEndWidth,he=U.borderLeftColor,be=U.borderLeftWidth,ue=U.borderRadius,fe=…
|