We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f12c438 + 9b4e4de commit 9f064e2Copy full SHA for 9f064e2
README.md
@@ -208,7 +208,6 @@ with
208
var PSPDFKit = NativeModules.PSPDFKit;
209
210
const DOCUMENT = "file:///sdcard/document.pdf";
211
- const LICENSE = "LICENSE_KEY_GOES_HERE";
212
const CONFIGURATION = {
213
scrollContinuously : false,
214
showPageNumberOverlay : true,
android/src/main/AndroidManifest.xml
@@ -8,7 +8,7 @@
8
9
<application>
10
<activity
11
- android:name="com.pspdfkit.ui.PSPDFActivity"
+ android:name="com.pspdfkit.ui.PdfActivity"
12
android:windowSoftInputMode="adjustNothing" />
13
</application>
14
</manifest>
0 commit comments