Skip to content

Commit 0fcda5b

Browse files
committed
add function prop to example
1 parent 8b6d4b7 commit 0fcda5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Simple.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Onboarding from 'react-native-onboarding-swiper';
55

66
const Simple = () => (
77
<Onboarding
8+
onDone={() => console.log('done')}
89
pages={[
910
{
1011
backgroundColor: '#fff',

0 commit comments

Comments
 (0)