@satya164 Is there any estimated date for V2.0? RTL support is critical to me, but otherwise it seems this library ticks all the boxes.
@colmbrady we don't have an estimate. PRs are welcome on this, or even issues which identify the components which are broken :)
** TextAlign issue.
* All icons to be filliped.
** Working when "Force RTL layout direction" option is enabled from developer options not working with I18nManager.forceRTL(true);.
Tested on Android 8.0 !
@iyadthayyil i have a wrong position of label when i use the RTL mode please how can i fix it ?

this is my code
label=' 乇賯賲 亘胤丕賯丞 丕賱鬲毓乇賷賮 丕賱賵胤賳賷丞'
numberOfLines={1}
style={this.getStyle().TextInp}
theme={{ colors: {placeholder: 'white', background:'#003489',text: 'white',primary: 'white'}}}
/>
Checkbox icon is flipped in RTL (#1675). Will there be a fix anytime soon?

@avirankatzsofi
Chip icon={{source: 'camera', direction: 'rtl'}}
do chip able to apply same logic?
Most helpful comment
TODO
** TextAlign issue.
* All icons to be filliped.
** Working when "Force RTL layout direction" option is enabled from developer options not working with
I18nManager.forceRTL(true);.Tested on Android 8.0 !