Lines Matching refs:imageSize
102 export default function EmojiSticker({ imageSize, stickerSource }) {
108 style={{ width: imageSize, height: imageSize }}
136 …aleImage` using the `useSharedValue()` hook. It will take the value of `imageSize` as its initial …
139 const scaleImage = useSharedValue(imageSize);
152 if (scaleImage.value !== imageSize * 2) {
164 …the `width` and `height` properties. The initial values of these properties are set to `imageSize`.
201 export default function EmojiSticker({ imageSize, stickerSource }) {
209 …dImage to pass the imageStyle.*/ style={[imageStyle, { width: imageSize, height: imageSize }]} /* …
250 export default function EmojiSticker({ imageSize, stickerSource }) {
266 export default function EmojiSticker({ imageSize, stickerSource }) {
347 export default function EmojiSticker({ imageSize, stickerSource }) {
357 style={[imageStyle, { width: imageSize, height: imageSize }]}