Skip to content

Commit 2a155ee

Browse files
ph1pTrancever
authored andcommitted
fix: fix banner doc comment (#1456)
1 parent 1eed3ed commit 2a155ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ type NativeEvent = {
100100
* onPress: () => this.setState({ visible: false }),
101101
* },
102102
* ]}
103-
* image={({ size }) =>
103+
* icon={({ size }) =>
104104
* <Image
105105
* source={{ uri: 'https://avatars3.githubusercontent.com/u/17571969?s=400&v=4' }}
106106
* style={{

0 commit comments

Comments
 (0)