From 18832a9d4a5775c2812d74882c92221f4a0e02f1 Mon Sep 17 00:00:00 2001 From: Sayan Biswas Date: Tue, 27 Feb 2024 23:38:50 +0530 Subject: [PATCH] fix: change width and height prop of to number instead of string --- with-html/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/with-html/App.js b/with-html/App.js index fd86c382..8dcb9950 100644 --- a/with-html/App.js +++ b/with-html/App.js @@ -9,8 +9,8 @@ export default function App() { source={{ uri: "https://en.gravatar.com/userimage/120276729/078ee8361156d0e1c37b90e7851fed4b.png", }} - width="384" - height="512" + width={384} + height={512} />