MCPcopy
hub / github.com/callstack/react-native-pager-view / renderPage

Method renderPage

example/src/PaperExample.tsx:91–98  ·  view source on GitHub ↗
(page: CreatePage)

Source from the content-addressed store, hash-verified

89 };
90
91 renderPage(page: CreatePage) {
92 return (
93 <View key={page.key} style={page.style} collapsable={false}>
94 <Image style={styles.image} source={page.imgSource} />
95 <LikeCount />
96 </View>
97 );
98 }
99
100 render() {
101 const { page, pages, animationsAreEnabled } = this.state;

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected