For projects that use RN + react-native-web for their web applications, the styling for the input label gets broken. The label is pushed to the left of the parent container out of the bounds of the input.

It is not possible to pass separate styles for the label as the label component's render method does not accept any such prop for styling.
react-native-web github: https://github.com/necolas/react-native-web
For projects that use RN + react-native-web for their web applications, the styling for the input label gets broken. The label is pushed to the left of the parent container out of the bounds of the input.
It is not possible to pass separate styles for the label as the label component's render method does not accept any such prop for styling.
react-native-web github: https://github.com/necolas/react-native-web