diff --git a/ios/RCTPdf/RCTPdfView.m b/ios/RCTPdf/RCTPdfView.m index 1cbf81c1..eec2ed88 100644 --- a/ios/RCTPdf/RCTPdfView.m +++ b/ios/RCTPdf/RCTPdfView.m @@ -69,7 +69,8 @@ - (instancetype)init _pdfView.autoScales = YES; _pdfView.displaysPageBreaks = YES; _pdfView.displayBox = kPDFDisplayBoxCropBox; - + _pdfView.backgroundColor = [UIColor clearColor]; + _fixScaleFactor = -1.0f; _initialed = NO; _changedProps = NULL;