1.0.3 • Published 4 months ago

react-native-rtl-reshaper v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

React-Native-Rtl-Reshaper

Support both React & React-Native

By this you could write RTL languages correctly where RTL language is not supported. To all developers who have such problem

Installation

npm package users

npm i react-native-rtl-reshaper

yarn package users

yarn add react-native-rtl-reshaper

Quick Example

import {convertRtl} from 'react-native-rtl-reshaper';

<Text>{convertRtl('فروردین')}</Text>
<Text>{convertRtl('اردیبهشت')}</Text>
<Text>{convertRtl('خرداد')}</Text>
...

This is the problem

54937954-111c9600-4f43-11e9-880c-305c15a180b4

This is the final result

Screenshot_1639294017