dhre-ui-kit 0.0.371 → 0.0.372
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3049,7 +3049,7 @@ const FileUpload = ({
|
|
|
3049
3049
|
};
|
|
3050
3050
|
|
|
3051
3051
|
const PdfView = (props) => {
|
|
3052
|
-
return /* @__PURE__ */ React__default["default"].createElement(Pdf__default["default"], { ...props });
|
|
3052
|
+
return /* @__PURE__ */ React__default["default"].createElement(Pdf__default["default"], { ...props, trustAllCerts: false });
|
|
3053
3053
|
};
|
|
3054
3054
|
|
|
3055
3055
|
const styles$s = reactNative.StyleSheet.create({
|