Releases: douglasjunior/react-native-pdf-renderer
Releases · douglasjunior/react-native-pdf-renderer
Release list
2.3.0
2.2.3
2.2.1
2.2.0
Changes
- Compatibility with RN 0.80+ (#48)
2.1.0
2.0.1
Changes
- Add "react-native" entry point to work with RN 0.72+ (#47)
2.0.0
Changes
- Added support for the new architecture 🎉
- Maintained backward compatibility with the old architecture
- Set the new minimum React Native version to 0.71
NOTE: If you are still using the old architecture, there should be no breaking changes for you.
1.6.0
Changes
- (Possible breaking change) Set default background color to
whiteon Android to prevent issues with transparent PDFs - by @rmarquois (#34) - Update build.gradle
- Update README
1.5.1
Changes
- Enhance resolution calculations on Android to utilize the device's DPI - by @rmarquois (#33)
1.4.0
Changes
- Add a prop
maxPageResolutionto limit the page resolution when zooming on Android. #26