Skip to content
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

Connect react-fast-pdf #33434

Merged
merged 30 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
88b7ef8
connect local react-fast-pdf
rezkiy37 Dec 21, 2023
4ac49db
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Dec 21, 2023
2c725ca
align password block
rezkiy37 Dec 21, 2023
183f962
align password form
rezkiy37 Dec 21, 2023
34e353a
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Jan 31, 2024
44c41df
back changes
rezkiy37 Jan 31, 2024
beb10fe
use latest react-fast-pdf versions
rezkiy37 Jan 31, 2024
55a4a11
use latest react-fast-pdf versions
rezkiy37 Jan 31, 2024
148f0d5
Merge branch 'Expensify:main' into feature/22998-connect-react-fast-pdf
rezkiy37 Feb 21, 2024
d73a234
use the latest react-fast-pdf
rezkiy37 Feb 21, 2024
75eb93a
remove old files
rezkiy37 Feb 22, 2024
f540a4c
uninstall react-pdf
rezkiy37 Feb 22, 2024
e7ad090
remove consts
rezkiy37 Feb 22, 2024
7354f9e
configure webpack
rezkiy37 Feb 22, 2024
8cd9d58
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Feb 23, 2024
f9a1cba
back width style
rezkiy37 Feb 23, 2024
c3ba99d
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Mar 4, 2024
b51938e
remove commented out code
rezkiy37 Mar 4, 2024
01cb460
bind context
rezkiy37 Mar 4, 2024
9f88277
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Mar 5, 2024
edb98a4
remove redundant line
rezkiy37 Mar 5, 2024
c9590d5
add react-pdf
rezkiy37 Mar 5, 2024
de9b70b
back react-pdf patch
rezkiy37 Mar 5, 2024
2e89401
fix name
rezkiy37 Mar 5, 2024
e90aad1
revert webpack changes
rezkiy37 Mar 5, 2024
68cc85b
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Mar 6, 2024
a7b08f0
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Mar 12, 2024
f9a5cce
use the latest react-fast-pdf version
rezkiy37 Mar 12, 2024
36e772e
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fea…
rezkiy37 Mar 25, 2024
9fe4bdf
Re-test
rezkiy37 Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 72 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"react-content-loader": "^7.0.0",
"react-dom": "18.1.0",
"react-error-boundary": "^4.0.11",
"react-fast-pdf": "^1.0.6",
"react-map-gl": "^7.1.3",
"react-native": "0.73.2",
"react-native-android-location-enabler": "^2.0.1",
Expand Down
7 changes: 0 additions & 7 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1850,13 +1850,6 @@ const CONST = {
MAX_INT_FOR_RANDOM_7_DIGIT_VALUE: 10000000,
IOS_KEYBOARD_SPACE_OFFSET: -30,

PDF_PASSWORD_FORM: {
// Constants for password-related error responses received from react-pdf.
REACT_PDF_PASSWORD_RESPONSES: {
NEED_PASSWORD: 1,
INCORRECT_PASSWORD: 2,
},
},
API_REQUEST_TYPE: {
READ: 'read',
WRITE: 'write',
Expand Down
132 changes: 0 additions & 132 deletions src/components/PDFView/WebPDFDocument.js

This file was deleted.

57 changes: 0 additions & 57 deletions src/components/PDFView/WebPDFPageRenderer.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/PDFView/constants.js

This file was deleted.

Loading
Loading