Here is my input style:
searchBarInput: { flex: 1, fontSize: 20, fontWeight: 'bold', color: 'white', height: 50, padding: 0, backgroundColor: 'transparent', borderColor: '#000000', borderWidth: 50, borderStyle: 'solid', }
If I change the width of the frame, the input size changes, but there is no visible border.
I am using native-native 0.15.0 with an Android device.
Nirri source share