#### Examples
##### Basic
The minimum to work
[View example](../example-expo/examples/Basic/index.tsx)
##### Formats
Loading a book of different formats. (opf, epub, base64 and internal)
[View example](../example-expo/examples/Formats/index.tsx)
##### Custom Themes
Loading a book with custom themes
[View example](../example-expo/examples/CustomThemes/index.tsx)
##### Initial Location
Loading a book with custom themes
[View example](../example-expo/examples/InitialLocation/index.tsx)
##### Search
Search terms in the book
[View example](../example-expo/examples/Search/index.tsx)
##### Open External Link
Search terms in the book
[View example](../example-expo/examples/OpenExternalLink/index.tsx)
##### Annotations
Some use cases for text markup
[View example](../example-expo/examples/Annotations/index.tsx)
##### Bookmarks
Using bookmarks in the book
[View example](../example-expo/examples/Bookmarks/index.tsx)
##### Table Of Contents
Ordered list of links into the content
[View example](../example-expo/examples/TableOfContents/index.tsx)
##### Javascript Injection
Inject a script into the open ebook instance
[View example](../example-expo/examples/JavascriptInjection/index.tsx)
##### Spreads
Display an ebook two pages at a time. Sections of the ebook are displayed separately so if a section has a single page or an odd number of pages it will display with a blank page on the right. Use Tablet to see this works.
[View example](../example-expo/examples/Spreads/index.tsx)
##### Scrolled Doc
Displays each "section" or "chapter" of the ebook in its entirety as a single page of variable height that you can scroll up and down.
[View example](../example-expo/examples/ScrolledDoc/index.tsx)
##### Continuous Spreads
The example is the same as Spreads above except that the entire document is rendered at once without breaks so if a section has one page, the next section is shown beginning on the right-hand-page rather than a blank page.
[View example](../example-expo/examples/ContinuousSpreads/index.tsx)
##### With Slider
Navigate between locations with slider
[View example](../example-expo/examples/WithSlider/index.tsx)
##### Full Example
A complete reader using library resources
[View example](../example-expo/examples/FullExample/index.tsx)