Update test to use new props

This commit is contained in:
Dhaifallah Alwadani 2018-11-01 23:19:02 +03:00 committed by GitHub
parent 5aae4f7672
commit b8cd3c9f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ class Test extends React.Component<any> {
dismissOnTouchOutside={false}
dismissOnHardwareBackPress={false}
haveOverlay={true}
show={true}
visible={true}
onShown={() => { console.log('onShown'); }}
onDismissed={() => { console.log('onDismissed'); }}
/>