Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NazimMertBilgi committed Jun 26, 2020
1 parent b212334 commit bc3c211
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ const options: ImagePopupOptions = {
imageOnClickClose: true
};

ImagePopup.localImagePopup(options);

// or

ImagePopup.networkImagePopup(options);

```

#### NativeScript Image Popup - Methods
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-image-popup",
"version": "1.0.0",
"version": "1.0.1",
"description": "Image Popup plugin for NativeScript.",
"main": "image-popup",
"typings": "index.d.ts",
Expand Down

0 comments on commit bc3c211

Please sign in to comment.