Alessandro Orlich

Results 19 comments of Alessandro Orlich

I agree this feature should be added

Same issue, "react-native-vector-icons" is installed because if I try to render a TextInput with an icon i.e. ``` ``` It renders correctly, while the dropdown does not. ![image](https://user-images.githubusercontent.com/45683610/199205555-c9518a0f-d45a-4ac4-9748-983207ee289f.png) Here a...

Please this is so much needed

Viene spontaneo chiedersi se questo SDK sia ancora mantenuto

hate to be be that guy but... no update on this issue?

We found out that defining the header prop as the Header component from the library makes the margin disappear without having to style it ``` header: ({options, route}) => (...

I'm curious, why not just put the logic in an Header component and returning it on top on the render function of the screen component? You're still writing a header...

> @VariabileAleatoria Thanks for your comment. Can you please elaborate by providing a basic structure of the code you would expect? I mean having something similar to ``` export const...