christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
435 stars 269 forks source link

Add LICENSE file #225

Closed melaniebrgr closed 3 years ago

melaniebrgr commented 3 years ago

I am regularly required to compile the licenses disclaimers for the dependencies of the application I'm working on. We recently added react-native-html-to-pdf as a project dependency (thank you :). When I ran yarn licenses generate-disclaimer I noticed it was missing from the output, and then that this file was missing from the repository. For example, see https://github.com/facebook/react/blob/master/LICENSE for instance. Thanks!

christopherdro commented 3 years ago

Thanks for the heads up. License added.