-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
TextInput unknown line near floating label #2532
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
Did you manage to solve? I have the same problem |
Looks like the same issue as #2644. Prolly it can be related to Android version 11. Are you able to reproduce that issue on the real device? |
i am facing the same issue on android 10 |
That issue should be fixed in the latest version (4.8.0) 🤞🏽 |
Current behaviour
Expected behaviour
Code sample
<View> <TextInput onChangeText={() => {}} label={'Pet Age'} value={values.petAge} /> </View>
Screenshots (if applicable)
What have you tried
Tried tweaking styles (paddingVertical) but no success.
Also, it's randomly occuring.
Your Environment
Thanks!
The text was updated successfully, but these errors were encountered: