Skip to content

Commit 0213901

Browse files
authored
chore(docs): fix typos (#497)
1 parent eb9ecff commit 0213901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const styles = StyleSheet.create({
130130
```
131131

132132
**Attention:** Note that you can only use `View` components as children of `PagerView` (cf. folder _/example_)
133-
. 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 it's children will be rendered as separate pages
133+
. 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
134134

135135
## Advanced usage
136136

@@ -167,7 +167,7 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
167167

168168
## Known Issues
169169

170-
- `flex:1` does not work for child views, please use `width:100%, height:100%` [instead](https://github.com/callstack/react-native-pager-view/issues/186#issuecomment-675320732)
170+
- `flex:1` does not work for child views, please use `width: '100%', height: '100%'` [instead](https://github.com/callstack/react-native-pager-view/issues/186#issuecomment-675320732)
171171

172172
- [iOS]: In case of `UIViewControllerHierarchyInconsistency` error, please use below fix:
173173

0 commit comments

Comments
 (0)