react-native-paper
react-native-paper copied to clipboard
Incorrect textinput label position in arabic locale
Current behaviour
We use the latest versions of libraries.
When the localization is changed to Arabic, an indent appears for the TextInput label.

Expected behaviour
Should be the same behavior as with in English localization

Code sample
Screenshots (if applicable)

What have you tried
These changes in the 'TechInputFlat.tsx' component solve the problem

Your Environment
| software | version |
|---|---|
| ios or android | android |
| react-native | 0.67.4 |
| react-native-paper | 4.11.2 |
| node | 16.14.0 |
| npm or yarn | npm 8.5.5 |
| expo sdk |
Couldn't find version numbers for the following packages in the issue:
react-native-vector-iconsnpmyarnexpo
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:
react-native(found:0.66.0, latest:0.67.4)react-native-paper(found:4.9.2, latest:4.11.2)
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).
Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.
Couldn't find version numbers for the following packages in the issue:
react-native-vector-iconsyarnexpo
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:
react-native(found:0.66.0, latest:0.67.4)react-native-paper(found:4.9.2, latest:4.11.2)npm(found:8.3.1, latest:8.5.5)
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:
react-native-vector-iconsyarnexpo
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:
react-native-paper(found:4.11.2, latest:4.12.0)
Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Hey @nevskij2022, please check if the issue exists on the latest version.