| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI48_0_0BaseTextProps.cpp | 221 static auto defaults = TextAttributes{}; in setProp() 229 defaults, value, textAttributes, fontSize, "fontSize"); in setProp() 231 defaults, in setProp() 239 defaults, value, textAttributes, fontStyle, "fontStyle"); in setProp() 253 defaults, in setProp() 259 defaults, in setProp() 265 defaults, in setProp() 271 defaults, in setProp() 277 defaults, in setProp() 291 defaults, in setProp() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI49_0_0BaseTextProps.cpp | 221 static auto defaults = TextAttributes{}; in setProp() 229 defaults, value, textAttributes, fontSize, "fontSize"); in setProp() 231 defaults, in setProp() 239 defaults, value, textAttributes, fontStyle, "fontStyle"); in setProp() 253 defaults, in setProp() 259 defaults, in setProp() 265 defaults, in setProp() 271 defaults, in setProp() 277 defaults, in setProp() 291 defaults, in setProp() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI47_0_0BaseTextProps.cpp | 24 defaults, rawValue, property, field, fieldName) \ argument 227 static auto defaults = TextAttributes{}; in setProp() 235 defaults, value, textAttributes, fontSize, "fontSize"); in setProp() 237 defaults, in setProp() 245 defaults, value, textAttributes, fontStyle, "fontStyle"); in setProp() 259 defaults, in setProp() 265 defaults, in setProp() 271 defaults, in setProp() 277 defaults, in setProp() 291 defaults, in setProp() [all …]
|
| /expo/packages/@expo/cli/src/start/project/ |
| H A D | dotExpo.ts | 6 export function createTemporaryProjectFile<T extends JSONObject>(fileName: string, defaults: T) { 17 projectSettings = await getFile(projectRoot).writeAsync(defaults); 20 return { ...defaults, ...projectSettings }; 26 cantReadFileDefault: defaults, 30 ...defaults,
|
| /expo/packages/expo-dev-launcher/ios/Errors/ |
| H A D | EXDevLauncherErrorRegistry.swift | 36 let defaults = UserDefaults.standard in storeException() variable 37 defaults.set([ in storeException() 46 let defaults = UserDefaults.standard in consumeException() variable 47 guard let savedException = defaults.dictionary(forKey: EXDevLauncherErrorRegistry.Key) else { in consumeException() 51 defaults.removeObject(forKey: EXDevLauncherErrorRegistry.Key) in consumeException()
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Permissions.ts | 10 defaults: Defaults, 14 const entries = Object.entries(defaults); 37 >(defaults: Defaults, name?: string) { 43 config.modResults = applyPermissions(defaults, permissions, config.modResults);
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Permissions.js | 24 function applyPermissions(defaults, permissions, infoPlist) { argument 25 const entries = Object.entries(defaults); 46 function createPermissionsPlugin(defaults, name) { argument 48 config.modResults = applyPermissions(defaults, permissions, config.modResults);
|
| H A D | Permissions.d.ts | 3 …sions<Defaults extends Record<string, string> = Record<string, string>>(defaults: Defaults, permis… 9 …lugin<Defaults extends Record<string, string> = Record<string, string>>(defaults: Defaults, name?:…
|
| H A D | Permissions.js.map | 1 …defaults","permissions","infoPlist","entries","Object","length","JSON","stringify","permission","d…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0primitives.h | 102 Counterpart resolve(bool isRTL, T defaults) const { in resolve() 106 horizontal.value_or(all.value_or(defaults)); in resolve() 108 vertical.value_or(all.value_or(defaults)); in resolve() 163 Counterpart resolve(bool isRTL, T defaults) const { in resolve() 171 topLeading.value_or(all.value_or(defaults))), in resolve() 173 topRight.value_or(topTrailing.value_or(all.value_or(defaults))), in resolve() 175 bottomLeft.value_or(bottomLeading.value_or(all.value_or(defaults))), in resolve() 177 bottomRight.value_or(bottomTrailing.value_or(all.value_or(defaults))), in resolve()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0primitives.h | 97 Counterpart resolve(bool isRTL, T defaults) const { in resolve() 101 horizontal.value_or(all.value_or(defaults)); in resolve() 103 vertical.value_or(all.value_or(defaults)); in resolve() 158 Counterpart resolve(bool isRTL, T defaults) const { in resolve() 166 topLeading.value_or(all.value_or(defaults))), in resolve() 168 topRight.value_or(topTrailing.value_or(all.value_or(defaults))), in resolve() 170 bottomLeft.value_or(bottomLeading.value_or(all.value_or(defaults))), in resolve() 172 bottomRight.value_or(bottomTrailing.value_or(all.value_or(defaults))), in resolve()
|
| /expo/templates/expo-template-tv/android/app/src/main/java/com/helloworld/ |
| H A D | MainActivity.java | 8 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 9 import com.facebook.react.defaults.DefaultReactActivityDelegate;
|
| H A D | MainApplication.java | 12 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 13 import com.facebook.react.defaults.DefaultReactNativeHost;
|
| /expo/templates/expo-template-bare-minimum/android/app/src/main/java/com/helloworld/ |
| H A D | MainActivity.java | 8 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 9 import com.facebook.react.defaults.DefaultReactActivityDelegate;
|
| H A D | MainApplication.java | 12 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 13 import com.facebook.react.defaults.DefaultReactNativeHost;
|
| /expo/apps/fabric-tester/android/app/src/main/java/com/community/fabrictester/ |
| H A D | MainActivity.java | 8 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 9 import com.facebook.react.defaults.DefaultReactActivityDelegate;
|
| H A D | MainApplication.java | 12 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 13 import com.facebook.react.defaults.DefaultReactNativeHost;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI49_0_0PropsMacros.h | 36 fromRawValue(context, value, field, defaults.field); \ 112 defaults, rawValue, property, field, fieldName) \ argument 115 decltype((defaults).field) res; \ 119 (property).field = (defaults).field; \
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0primitives.h | 106 Counterpart resolve(bool isRTL, T defaults) const { in resolve() 110 horizontal.value_or(all.value_or(defaults)); in resolve() 112 vertical.value_or(all.value_or(defaults)); in resolve() 181 Counterpart resolve(bool isRTL, T defaults) const { in resolve() 194 topLeading.value_or(all.value_or(defaults))), in resolve() 196 topRight.value_or(topTrailing.value_or(all.value_or(defaults))), in resolve() 198 bottomLeft.value_or(bottomLeading.value_or(all.value_or(defaults))), in resolve() 200 bottomRight.value_or(bottomTrailing.value_or(all.value_or(defaults))), in resolve()
|
| /expo/apps/bare-expo/android/app/src/main/java/dev/expo/payments/ |
| H A D | MainActivity.java | 10 import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; 11 import com.facebook.react.defaults.DefaultReactActivityDelegate;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/ |
| H A D | ABI48_0_0PropsMacros.h | 98 defaults, rawValue, property, field, fieldName) \ argument 101 decltype((defaults).field) res; \ 105 (property).field = (defaults).field; \
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | UrlCreator.ts | 25 public defaults: CreateURLOptions | undefined, property in UrlCreator 51 const protocol = options?.scheme || this.defaults?.scheme; 74 ...this.defaults,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Settings/ |
| H A D | ABI47_0_0RCTSettingsManager.h | 14 - (instancetype)initWithUserDefaults:(NSUserDefaults *)defaults NS_DESIGNATED_INITIALIZER;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Settings/ |
| H A D | ABI48_0_0RCTSettingsManager.h | 14 - (instancetype)initWithUserDefaults:(NSUserDefaults *)defaults NS_DESIGNATED_INITIALIZER;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Settings/ |
| H A D | ABI49_0_0RCTSettingsManager.h | 14 - (instancetype)initWithUserDefaults:(NSUserDefaults *)defaults NS_DESIGNATED_INITIALIZER;
|