Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo committed Dec 28, 2023
1 parent b3c40d6 commit 3dc53ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ const imageUrl = "https://images.unsplash.com/photo-1462331940025-496dfbfc7564"
const result = PictureManager.openPictureViewer(imageUrl);
```

## API

For now, the only function supported is `openPictureViewer(url: string)`.
More to come!

## Roadmap

- **Custom Android Implementation:** Replace PhotoView with a custom implementation, as PhotoView is no longer maintained.
Expand Down

0 comments on commit 3dc53ce

Please sign in to comment.