Skip to content

Commit 49d3e58

Browse files
authored
feat: add example link to readme (#281)
1 parent 7f6230f commit 49d3e58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ const styles = StyleSheet.create({
121121
**Attention:** Note that you can only use `View` components as children of `ViewPager` (cf. folder */example*)
122122
. For Android if `View` has own children, set prop `collapsable` to false https://reactnative.dev/docs/view#collapsable, otherwise react-native might remove those children views and and it's children will be rendered as separate pages
123123

124+
## Advanced usage
125+
For advanced usage please take a look into our [example project](https://github.com/callstack/react-native-viewpager/blob/master/example/src/BasicViewPagerExample.tsx)
126+
124127
## API
125128

126129
|Prop|Description|Platform|

0 commit comments

Comments
 (0)