caglardurmus / react-native-insta-story

Story component for React Native
MIT License
177 stars 82 forks source link

[feat] add RTL support #44

Open Yasser-G opened 1 year ago

caglardurmus commented 1 year ago

What is rtl? Are we need it? What is it doing?

Yasser-G commented 1 year ago

@caglardurmus : What is rtl? Are we need it? What is it doing?

RTL is "Right To Left" languages, a lot of people are using this languages on their mobile devices, which is not supported, and it renders always as LTR "Left To Right", by this PR merged we will have RTL support automatically based on user device direction either if the device setting is RTL or LTR.