@june24/expo-pdf-reader 0.1.11 → 0.1.13
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/android/build.gradle
CHANGED
|
@@ -587,7 +587,7 @@ class ExpoPdfReaderView(context: Context, appContext: AppContext) : ExpoView(con
|
|
|
587
587
|
var onDrawingChanged: (() -> Unit)? = null
|
|
588
588
|
|
|
589
589
|
// Store raw data for serialization
|
|
590
|
-
|
|
590
|
+
inner class AnnotationItem(
|
|
591
591
|
val path: Path?,
|
|
592
592
|
val paint: Paint,
|
|
593
593
|
val type: String,
|
package/package.json
CHANGED