From e89c01ca3ad6be8b31c780ea7d43cd57d7b032c1 Mon Sep 17 00:00:00 2001 From: Gabriel Reis Date: Wed, 14 Dec 2016 10:35:50 -0500 Subject: [PATCH] Mention fromBottom option on docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 371ff70..47bd850 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ __safariOptions__ - `readerMode` - A `Boolean` indicating to use Safari's Reader Mode if available - `tintColor` - A `String` containing a hex, rgba or rgba color to use for the browser controls - `barTintColor` - A `String` containing a hex, rgba or rgba color to use for the background of the browser controls (only available on iOS 10 and higher) +- `fromBottom` - A 'Boolean' indicating to open the Safari View from the bottom __Examples__ ```js