So there seems to be a gray border around the inputContainer, even though I attempted putting borderWidth: 0, borderColor: 'transparent', to textInputContainer, to textInput, to container, nothing removes that border.
Any ideas? Thanks.
Nevermind, i found it. Had to check the lib. If anyone is under the same doubt just do this:
borderTopColor: CommonStyles.TRANSPARENT,
borderBottomColor: CommonStyles.TRANSPARENT,
borderTopWidth: 0,
borderBottomWidth: 0,
Nevermind, i found it. Had to check the lib. If anyone is under the same doubt just do this:
borderTopColor: CommonStyles.TRANSPARENT, borderBottomColor: CommonStyles.TRANSPARENT, borderTopWidth: 0, borderBottomWidth: 0,
thank you so much for that!
Most helpful comment
Nevermind, i found it. Had to check the lib. If anyone is under the same doubt just do this: