Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 163) sorted by relevance

1234567

/expo/android/expoview/src/versioned/java/host/exp/exponent/experience/
H A DMultipleVersionReactNativeActivity.java31 …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 DwithAndroidUserInterfaceStyle-test.ts75 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 Dtemplate.ts24 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 DwithAndroidUserInterfaceStyle.ts31 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 Dexpo-update-strings-xml.diff1 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 DwithAndroidUserInterfaceStyle.js24 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 DwithAndroidUserInterfaceStyle.d.ts8 export declare function setStrings(strings: AndroidConfig.Resources.ResourceXML, { userInterfaceSty…
/expo/packages/expo-navigation-bar/plugin/src/__tests__/
H A DwithNavigationBar-test.ts175 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 DwithAndroidSplashStrings.ts21 strings: AndroidConfig.Resources.ResourceXML,
38 strings
/expo/packages/expo-secure-store/src/__tests__/__snapshots__/
H A DSecureStore-test.native.ts.snap.android13 …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 DSecureStore-test.native.ts.snap.ios13 …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 DLocales.ts54 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 DwithAndroidSplashStrings.js39 function setSplashStrings(strings, resizeMode, statusBarTranslucent) { argument
48 })], strings);
H A DwithAndroidSplashStrings.d.ts3 export declare function setSplashStrings(strings: AndroidConfig.Resources.ResourceXML, resizeMode: …
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js99 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 DABI47_0_0EXJsiUtils.h27 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 DEXJsiUtils.h27 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 DABI48_0_0EXJsiUtils.h27 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 DABI49_0_0EXJsiUtils.h27 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 DLocales.js88 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 DwithNavigationBar.ts144 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 DcreateDevView.test.tsx.snap.android3 exports[`warns about unwrapped strings 1`] = `
H A DcreateDevView.test.ios.tsx.snap.ios3 exports[`warns about unwrapped strings 1`] = `
H A DcreateDevView.test.tsx.snap.ios3 exports[`warns about unwrapped strings 1`] = `
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts42 const strings: string[] = []; constant
47 strings.push(currentString);
53 return strings;

1234567