react-native-readium 2.0.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,9 +13,7 @@ We :heart: open source. We work on the things that are important to us when
13
13
  we're able to work on them. Have an issue you care about?
14
14
 
15
15
  - [Dive Into The Code!](CONTRIBUTING.md)
16
- - [Sponsor Your Issue](https://issuehunt.io/r/5-stones/react-native-readium).
17
-
18
- [![Issue Hunt](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/r/5-stones/react-native-readium)
16
+ - [Sponsor Your Issue](#sponsor-the-library)
19
17
 
20
18
  ----
21
19
 
@@ -201,6 +199,10 @@ yarn version --new-version 1.2.17
201
199
  yarn version --patch // 1.2.17 -> 1.2.18
202
200
  ```
203
201
 
202
+ ## Sponsor The Library
203
+
204
+ If you'd like to sponsor a specific feature, fix, or the library in general, please reach out on an issue and we'll have a conversation!
205
+
204
206
  ## License
205
207
 
206
208
  MIT
@@ -176,7 +176,6 @@ class EpubReaderFragment : VisualReaderFragment(), EpubNavigatorFragment.Listene
176
176
  }
177
177
 
178
178
  override fun onTap(point: PointF): Boolean {
179
- requireActivity().toggleSystemUi()
180
179
  return true
181
180
  }
182
181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-readium",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "description": "A react-native wrapper for https://readium.org/",
5
5
  "main": "lib/src/index",
6
6
  "types": "lib/src/index.d.ts",