You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to set a fixed number to width and height to make shadow appears as I need but if the content of the shadow view is dynamic and expanding depending on the data it gets out of the shadow view
I overcame the width problem by using const windowWidth = useWindowDimensions().width; and set the width of shadow view as a percentage of windowWidth but height can't be treated like that
The text was updated successfully, but these errors were encountered:
I have to set a fixed number to width and height to make shadow appears as I need but if the content of the shadow view is dynamic and expanding depending on the data it gets out of the shadow view
I overcame the width problem by using
const windowWidth = useWindowDimensions().width;
and set the width of shadow view as a percentage of windowWidth but height can't be treated like thatThe text was updated successfully, but these errors were encountered: