Skip to content

Commit 21ed225

Browse files
authored
chore(docs): fix typo in README (#1044)
1 parent 5fa3144 commit 21ed225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const styles = StyleSheet.create({
137137
```
138138

139139
**Attention:** Note that you can only use `View` components as children of `PagerView` (cf. folder _/example_)
140-
. For Android if `View` has own children, set prop `collapsable` to false <https://reactnative.dev/docs/view#collapsable-android>, otherwise react-native might remove those children views and and its children will be rendered as separate pages
140+
. For Android if `View` has own children, set prop `collapsable` to false <https://reactnative.dev/docs/view#collapsable-android>, otherwise react-native might remove those children views and its children will be rendered as separate pages
141141

142142
## Advanced usage
143143

0 commit comments

Comments
 (0)