Container does not have any height despite child having fixed height?
in my application, i’m building a chat screen. i want my textInput container to take up the height of textInput, but the container is not taking any height i have to manually set the height of container, but on setting fixed container height, it is not growing when textInput size is growing
How to fix “Transform with key of translateY must be a number” error in React Native?
I’m trying to postion an element correctly using transform property,
but whenever i give percentage values it giving me error
How can I fix this issue ?