| /expo/android/expoview/src/versioned/java/host/exp/exponent/experience/ |
| H A D | MultipleVersionReactNativeActivity.java | 31 …public void requestPermissions(String[] strings, int i, abi47_0_0.com.facebook.react.modules.core.… in requestPermissions() argument 32 super.requestPermissions(strings, i, permissionListener::onRequestPermissionsResult); in requestPermissions() 37 …public void requestPermissions(String[] strings, int i, abi48_0_0.com.facebook.react.modules.core.… in requestPermissions() argument 38 super.requestPermissions(strings, i, permissionListener::onRequestPermissionsResult); in requestPermissions() 43 …public void requestPermissions(String[] strings, int i, abi49_0_0.com.facebook.react.modules.core.… in requestPermissions() argument 44 super.requestPermissions(strings, i, permissionListener::onRequestPermissionsResult); in requestPermissions()
|
| /expo/packages/expo-system-ui/plugin/src/__tests__/ |
| H A D | withAndroidUserInterfaceStyle-test.ts | 75 const strings = setStrings({ resources: {} }, getAllProps()); constant 77 expect(setStrings(strings, resolveProps({}))).toStrictEqual({ 85 const strings = setStrings({ resources: {} }, { userInterfaceStyle: 'dark' }); constant 87 expect(strings.resources.string).toStrictEqual([ 99 setStrings(strings, resolveProps({ userInterfaceStyle: 'light' })).resources.string
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | template.ts | 24 export function unsafeTemplate(strings: TemplateStringsArray, ...keys: (string | number)[]) { 30 const result = [strings[0]]; 33 result.push(value as string, strings[i + 1]);
|
| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withAndroidUserInterfaceStyle.ts | 31 strings: AndroidConfig.Resources.ResourceXML, 40 strings = AndroidConfig.Strings.removeStringItem(key, strings); 52 return AndroidConfig.Strings.setStringItem(stringItems, strings);
|
| /expo/docs/public/static/diffs/ |
| H A D | expo-update-strings-xml.diff | 1 diff --git android/app/src/main/res/values/strings.xml 2 --- a/android/app/src/main/res/values/strings.xml 3 +++ b/android/app/src/main/res/values/strings.xml
|
| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withAndroidUserInterfaceStyle.js | 24 function setStrings(strings, { userInterfaceStyle }) { argument 30 strings = config_plugins_1.AndroidConfig.Strings.removeStringItem(key, strings); 40 return config_plugins_1.AndroidConfig.Strings.setStringItem(stringItems, strings);
|
| H A D | withAndroidUserInterfaceStyle.d.ts | 8 export declare function setStrings(strings: AndroidConfig.Resources.ResourceXML, { userInterfaceSty…
|
| /expo/packages/expo-navigation-bar/plugin/src/__tests__/ |
| H A D | withNavigationBar-test.ts | 175 const strings = setStrings({ resources: {} }, getAllProps()); constant 177 expect(setStrings(strings, resolveProps({}))).toStrictEqual({ 185 const strings = setStrings({ resources: {} }, { borderColor: '#4630EB' }); constant 187 expect(strings.resources.string).toStrictEqual([ 195 setStrings(strings, resolveProps({}, { borderColor: 'dodgerblue' })).resources.string
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashStrings.ts | 21 strings: AndroidConfig.Resources.ResourceXML, 38 strings
|
| /expo/packages/expo-secure-store/src/__tests__/__snapshots__/ |
| H A D | SecureStore-test.native.ts.snap.android | 13 …ues 1`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en… 15 …ues 2`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en… 17 …ues 3`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en… 19 …ues 4`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en…
|
| H A D | SecureStore-test.native.ts.snap.ios | 13 …ues 1`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en… 15 …ues 2`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en… 17 …ues 3`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en… 19 …ues 4`] = `[Error: Invalid value provided to SecureStore. Values must be strings; consider JSON-en…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Locales.ts | 54 const strings = join(dir, stringName); constant 60 await fs.promises.writeFile(strings, buffer.join('\n')); 70 filepath: relative(supportingDirectory, strings),
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashStrings.js | 39 function setSplashStrings(strings, resizeMode, statusBarTranslucent) { argument 48 })], strings);
|
| H A D | withAndroidSplashStrings.d.ts | 3 export declare function setSplashStrings(strings: AndroidConfig.Resources.ResourceXML, resizeMode: …
|
| /expo/packages/expo-navigation-bar/plugin/build/ |
| H A D | withNavigationBar.js | 99 function setStrings(strings, { borderColor, visibility, position, behavior, legacyVisible, }) { argument 111 strings = config_plugins_1.AndroidConfig.Strings.removeStringItem(key, strings); 121 return config_plugins_1.AndroidConfig.Strings.setStringItem(stringItems, strings);
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXJsiUtils.h | 27 std::vector<std::string> strings(length); in jsArrayToVector() 30 strings[i] = jsArray.getValueAtIndex(runtime, i).asString(runtime).utf8(runtime); in jsArrayToVector() 32 return strings; in jsArrayToVector()
|
| /expo/packages/expo-gl/common/ |
| H A D | EXJsiUtils.h | 27 std::vector<std::string> strings(length); in jsArrayToVector() 30 strings[i] = jsArray.getValueAtIndex(runtime, i).asString(runtime).utf8(runtime); in jsArrayToVector() 32 return strings; in jsArrayToVector()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXJsiUtils.h | 27 std::vector<std::string> strings(length); in jsArrayToVector() 30 strings[i] = jsArray.getValueAtIndex(runtime, i).asString(runtime).utf8(runtime); in jsArrayToVector() 32 return strings; in jsArrayToVector()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXJsiUtils.h | 27 std::vector<std::string> strings(length); in jsArrayToVector() 30 strings[i] = jsArray.getValueAtIndex(runtime, i).asString(runtime).utf8(runtime); in jsArrayToVector() 32 return strings; in jsArrayToVector()
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Locales.js | 88 const strings = (0, _path().join)(dir, stringName); 94 await _fs().default.promises.writeFile(strings, buffer.join('\n')); 105 filepath: (0, _path().relative)(supportingDirectory, strings),
|
| /expo/packages/expo-navigation-bar/plugin/src/ |
| H A D | withNavigationBar.ts | 144 strings: AndroidConfig.Resources.ResourceXML, 165 strings = AndroidConfig.Strings.removeStringItem(key, strings); 177 return AndroidConfig.Strings.setStringItem(stringItems, strings);
|
| /expo/packages/html-elements/src/primitives/__tests__/__snapshots__/ |
| H A D | createDevView.test.tsx.snap.android | 3 exports[`warns about unwrapped strings 1`] = `
|
| H A D | createDevView.test.ios.tsx.snap.ios | 3 exports[`warns about unwrapped strings 1`] = `
|
| H A D | createDevView.test.tsx.snap.ios | 3 exports[`warns about unwrapped strings 1`] = `
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | AFCClient.ts | 42 const strings: string[] = []; constant 47 strings.push(currentString); 53 return strings;
|