Skip to content

callstack-internal/react-fast-pdf

This branch is 8 commits behind Expensify/react-fast-pdf:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3ee169 · Feb 10, 2025
Oct 24, 2024
Aug 16, 2023
Feb 3, 2025
Feb 3, 2025
Sep 19, 2024
Oct 17, 2024
Jan 31, 2024
Aug 7, 2023
Jul 31, 2023
Dec 19, 2023
Feb 10, 2025
Feb 10, 2025
Sep 21, 2023

Repository files navigation

react-fast-pdf

Awesome PDF viewer, that combines the best of others into one tool.

Example

Features

  • Simple usage.
  • Loads/previews PDF files of any size.
  • Performance optimized.
  • Easy customized.
  • Support by Expensify.

Local testing

Actually, for testing changes locally, we need to connect example to the code from src directory (NPM by default).

Update a few fields in example directory:

  1. package.json:
-"react-fast-pdf": "^1.*"
+"react-fast-pdf": "../src"
  1. tsconfig.json:
-"rootDir": "./src"
+"rootDir": "../"
  1. Run npm i in the directory. It should update package-lock.json.

The final result has to look like in this commit.

Deploying

This repo automatically publishes to NPM when PRs are merged to main.

Contributing

Right now, contributions to this library are done under https://github.com/Expensify/App. Please refer to that repo and all it's guidelines for contributing.

About

A package for Expensify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.7%
  • JavaScript 16.9%
  • CSS 3.5%
  • HTML 0.9%