fix: textInput label wrong position in RTL#564
fix: textInput label wrong position in RTL#564iyadthayyil wants to merge 1 commit intocallstack:masterfrom
Conversation
|
Hey @iyadthayyil, thank you for your pull request 🤗. The documentation from this branch can be viewed here. |
| translateX: this.state.labeled.interpolate({ | ||
| inputRange: [0, 1], | ||
| outputRange: [ | ||
| I18nManager.isRTL ? (20 / 100) * this.state.labelLayout.width : 0, |
There was a problem hiding this comment.
Can you explain where these numbers come from?
1fed58c to
1cf7ae9
Compare
|
@iyadthayyil Please how can I fix the label position in RTL Mode |
|
@saharjedidi Did you try this branch? Currently there is a bug on master branch |
|
@Trancever my version is "react-native-paper": "^2.2.4", |
|
Closing this in favour of #721 |


Motivation
Fixes #562


Test plan