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 wanted to create an Input component with a specif appearance, but the pressable area of the input is smaller than expected. I can't press the button, but if I press the textArea, the it works (more details bellow)
Steps to reproduce the behaviour:
The first screenshot here is supposed to be the Input usable (we can see a bit of padding inside it)
The actual pressable Area can be seen in the second Screenshot. For now, there's no way to customize this part.
Here's the code of the component (the attributes here match the ones of ForwardRef in the React Native Inspector) :
Description
I wanted to create an Input component with a specif appearance, but the pressable area of the input is smaller than expected. I can't press the button, but if I press the textArea, the it works (more details bellow)
Steps to reproduce the behaviour:
The first screenshot here is supposed to be the Input usable (we can see a bit of padding inside it)
The actual pressable Area can be seen in the second Screenshot. For now, there's no way to customize this part.
Here's the code of the component (the attributes here match the ones of
ForwardRef
in the React Native Inspector) :Important Details
The text was updated successfully, but these errors were encountered: