| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Permissions.ts | 149 for (const attribute of permissions) { constant 152 const value = attribute.$['android:name'] || attribute.$.name; 154 nextPermissions.push(attribute);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Permissions.js | 151 for (const attribute of permissions) { 154 const value = attribute.$['android:name'] || attribute.$.name; 156 nextPermissions.push(attribute);
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | GLMaskScreen.tsx | 7 attribute vec2 position; 75 // Save position attribute 93 // Bind buffer, program and position attribute for use
|
| H A D | GLViewScreen.tsx | 69 attribute vec4 freq, phase; 70 attribute vec3 color;
|
| H A D | BasicTextureScreen.tsx | 11 attribute vec2 position;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/ |
| H A D | TouchableNativeFeedback.d.ts | 31 attribute: string; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/ |
| H A D | TouchableNativeFeedback.d.ts | 31 attribute: string; property
|
| /expo/packages/expo-dev-client-components/src/ |
| H A D | theme.ts | 24 const value: { [attribute: string]: number } = {}; 26 attributes.forEach((attribute) => { 27 value[attribute] = scale[key as ScaleKey];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI48_0_0RCTTextLayoutManager.mm | 76 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni… 155 attribute:NSFontAttributeName 220 // after (fraction == 1.0) the last character, then the attribute is valid. 224 …(ABI48_0_0RCTWeakEventEmitterWrapper *)[textStorage attribute:ABI48_0_0RCTAttributedStringEventEmi…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI47_0_0RCTTextLayoutManager.mm | 76 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni… 155 attribute:NSFontAttributeName 220 // after (fraction == 1.0) the last character, then the attribute is valid. 224 …(ABI47_0_0RCTWeakEventEmitterWrapper *)[textStorage attribute:ABI47_0_0RCTAttributedStringEventEmi…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/ |
| H A D | ABI49_0_0RCTTextLayoutManager.mm | 149 attribute:NSFontAttributeName 193 // after (fraction == 1.0) the last character, then the attribute is valid. 197 …(ABI49_0_0RCTWeakEventEmitterWrapper *)[textStorage attribute:ABI49_0_0RCTAttributedStringEventEmi… 309 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
|
| /expo/docs/pages/distribution/ |
| H A D | runtime-versions.mdx | 55 …ifest.xml** whose `android:name` attribute is `expo.modules.updates.EXPO_RUNTIME_VERSION` and `and…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI49_0_0RCTTextShadowView.m | 42 // we must set the root text nodes text attribute background color to nil 282 NSTextAttachment *attachment = [textStorage attribute:NSAttachmentAttributeName 288 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni… 331 attribute:NSFontAttributeName
|
| H A D | ABI49_0_0RCTTextView.m | 175 // after (fraction == 1.0) the last character, then the attribute is valid. 178 …ABI49_0_0ReactTag = [_textStorage attribute:ABI49_0_0RCTTextAttributesTagAttributeName atIndex:cha…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI47_0_0RCTTextShadowView.m | 43 // we must set the root text nodes text attribute background color to nil 302 [textStorage attribute:NSAttachmentAttributeName atIndex:range.location effectiveRange:nil]; 306 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni… 345 …UIFont *font = [[textStorage attributedSubstringFromRange:range] attribute:NSFontAttributeName atI…
|
| H A D | ABI47_0_0RCTTextView.m | 179 // after (fraction == 1.0) the last character, then the attribute is valid. 181 …ABI47_0_0ReactTag = [_textStorage attribute:ABI47_0_0RCTTextAttributesTagAttributeName atIndex:cha…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI48_0_0RCTTextShadowView.m | 42 // we must set the root text nodes text attribute background color to nil 282 NSTextAttachment *attachment = [textStorage attribute:NSAttachmentAttributeName 288 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni… 331 attribute:NSFontAttributeName
|
| H A D | ABI48_0_0RCTTextView.m | 175 // after (fraction == 1.0) the last character, then the attribute is valid. 178 …ABI48_0_0ReactTag = [_textStorage attribute:ABI48_0_0RCTTextAttributesTagAttributeName atIndex:cha…
|
| /expo/tools/src/versioning/android/ |
| H A D | jarjar-e11d5636.jar | com/tonicsystems/jarjar/help.txt
com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor. ... |
| /expo/docs/pages/guides/ |
| H A D | permissions.mdx | 38 …st.xml** to exclude specific permissions: add the `tools:node="remove"` attribute to a `<use-permi… 46 > You have to define the `xmlns:tools` attribute on `<manifest>` before you can use the `tools:node…
|
| /expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/ |
| H A D | AsyncStorageExpoMigration.java | 15 import java.nio.file.attribute.BasicFileAttributes;
|
| /expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/ |
| H A D | AsyncStorageExpoMigration.java | 15 import java.nio.file.attribute.BasicFileAttributes;
|
| /expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/ |
| H A D | AsyncStorageExpoMigration.java | 15 import java.nio.file.attribute.BasicFileAttributes;
|
| /expo/packages/expo-av/build/ |
| H A D | FullscreenUtils.web.js.map | 1 …attribute for that event to the provided element. If the event is supported\n // then the browser…
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Text/ |
| H A D | ABI47_0_0RNSVGGlyphContext.mm | 14 // Unique input attribute lists (only added if node sets a value) 21 // Unique index into attribute list (one per unique list) 74 // Current attribute list index 81 // Current value index in current attribute list
|