-
Notifications
You must be signed in to change notification settings - Fork 73
Remove the trial license key requirement #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iOS changes look good to me!
Co-authored-by: Stefan Kieleithner <[email protected]>
Co-authored-by: Stefan Kieleithner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android guide LGTM
ext { | ||
buildToolsVersion = "28.0.3" | ||
- minSdkVersion = 16 | ||
+ minSdkVersion = 19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need to set this anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the minSdkVersion
for a newly created project is now 21.
Details
The new getting started instructions from the README are very similar to the ones from https://pspdfkit.com/getting-started/mobile/?frontend=react-native&react-native-platform=android&project=new-project
Release Notes
Acceptance Criteria
yarn add github:PSPDFKit/react-native#rad/remove-trial-license-key-requirement
for the fourth step.package.json
,package-lock.json
,samples/Catalog/package.json
, andsamples/NativeCatalog/package.json
(see example commit: ae02732).