From 8defcf247f4677b038462c0822f7f2f510816e6d Mon Sep 17 00:00:00 2001 From: Jafar Jabr Date: Fri, 5 Dec 2025 02:57:19 +0200 Subject: [PATCH] fix: typo in read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfbfebfe..d607a3af 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ const styles = StyleSheet.create({ ``` **Attention:** Note that you can only use `View` components as children of `PagerView` (cf. folder _/example_) -. For Android if `View` has own children, set prop `collapsable` to false , otherwise react-native might remove those children views and and its children will be rendered as separate pages +. For Android if `View` has own children, set prop `collapsable` to false , otherwise react-native might remove those children views and its children will be rendered as separate pages ## Advanced usage