Home
last modified time | relevance | path

Searched refs:trimmedValue (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-image/build/web/
H A Dpositioning.js2 const trimmedValue = String(value).trim();
3 if (trimmedValue.endsWith('%')) {
4 return trimmedValue;
6 return `${trimmedValue}px`;
H A Dpositioning.js.map1 …{\n const trimmedValue = String(value).trim();\n if (trimmedValue.endsWith('%')) {\n return t…
/expo/packages/expo-image/src/web/
H A Dpositioning.ts4 const trimmedValue = String(value).trim(); constant
5 if (trimmedValue.endsWith('%')) {
6 return trimmedValue;
8 return `${trimmedValue}px`;