Sarvar Rose
Sarvar Rose
Ecommerce Provider: https://commercejs.com/
For projects that use RN + [react-native-web](https://necolas.github.io/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...
Fixes https://github.com/FortAwesome/react-native-fontawesome/issues/177 Example Usage: ``` import { faMugSaucer } from '@fortawesome/free-solid-svg-icons/faMugSaucer' import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome' ... react component return { } ``` In web, DOM looks like: