Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 4ed3781

Browse files
authored
Merge pull request #16 from mariostasos/patch-1
Android example typo
2 parents 03e5f4e + c77031c commit 4ed3781

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
@@ -78,11 +78,11 @@ export default class NavBarAndroidLight extends Component {
7878
{"Button"}
7979
</NavButtonText>
8080
</NavButton>
81-
<NavButton onPress={() => alert('hi')}>>
81+
<NavButton onPress={() => alert('hi')}>
8282
<NavButtonText>
8383
{"Button"}
8484
</NavButtonText>
85-
</NavButton onPress={() => alert('hi')}>>
85+
</NavButton onPress={() => alert('hi')}>
8686
<NavButton>
8787
<NavButtonText>
8888
{"Button"}

0 commit comments

Comments
 (0)