Skip to content

Commit c00f1c4

Browse files
committed
Add RTL in readme
1 parent c1e01ac commit c00f1c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.yarn/install-state.gz

1 Byte
Binary file not shown.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ This is a wrapper around [Flatlist](http://facebook.github.io/react-native/docs/
171171
| goToFirstIndex | `() => void` | Go to the first index |
172172
| goToLastIndex | `() => void` | Go to the last index |
173173

174+
## Right To Left
175+
176+
This library support RTL languages, when `I18nManager.isRTL` is `true`.
177+
174178
## Limitations
175179

176180
- Vertical pagination is not supported on Android. [Doc](https://github.com/facebook/react-native/blob/a48da14800013659e115bf2b58e31aa396e678e5/Libraries/Components/ScrollView/ScrollView.js#L274), that is way we have `useReactNativeGestureHandler` which is a workaround for this issue.

0 commit comments

Comments
 (0)