Skip to content

Commit

Permalink
dismissiable true by default bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
=roshangm1 authored and =roshangm1 committed Dec 21, 2018
1 parent 19cab5e commit 26c8ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DialogModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class DialogProvider extends React.Component {

animatedValue = new Animated.Value(0);

showDialog = (component, dismissable, style) => {
showDialog = (component, dismissable = true, style) => {
// alert('alert');
this.component = component;
this.setState(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dialog-modal",
"version": "0.0.3",
"version": "0.0.4",
"description": "Dialog Modal",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit 26c8ad4

Please sign in to comment.