Closed cgorrieri closed 1 year ago
oh looks like RNW is no longer stripping props. that’s interesting…
I’d accept a PR.
Here it is: https://github.com/nandorojo/solito/pull/392
+1, wanted to open an issue about it didn't found time do to so
is this not in the latest version?
Fixed on 3.2.8
After upgrading to Solito@v3, expo-image and also react-native-web@v19 I am now getting the warning:
contentPosition
is not a prop ofnext/image
so maybe it should be omitted when passed toNextImage
component on https://github.com/nandorojo/solito/blob/18b283a0dbdfdc78f9115a460e4bfbf9b3d57c33/src/image/expo/image.web.tsx#L32.