We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm new to react-native-material and I have the label text on top of the input text image when I use the :
react-native-material
<View/> <TextInput label="Email" variant="outlined" style={styles.textInput} /> </View/> const styles = StyleSheet.create({ textInput:{ width: "80%", marginVertical: 10 } });
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
hey guys I was able to solve the problem, don't forget the value in your inputs, that solves that problem.
saved me a lot of time. thanks!
No branches or pull requests
Hello,
I'm new to
react-native-material
and I have the label text on top of the input text image when I use the :Thanks in advance for your help
The text was updated successfully, but these errors were encountered: