| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a collection of JS/TS libraries and components which are used across various Expensify projects. These libraries are provided as-is, and the repos which use them will need to do their own bundling, minifying, and uglifying.
expensify-common is published to npm
npm install expensify-commonThe best way to test your code while you are developing changes is via npm link.
If that does not work, another option is running npm i expensify-common ../expensify-common --save.
Alternatively, you can edit files directly in a project's node_modules then apply those changes to this repository.
Once the PR has been merged, install the new version of the package with npm install expensify-common@x.x.x command. Be sure to check the repos below to confirm whether or not they are affected by your changes!
| Back | FazBrowse Home | New Git URL |