gpt4 book ai didi

react-native - 在 React-Native 应用程序中加载 jsPDF 时出错

转载 作者:行者123 更新时间:2023-12-03 21:17:05 31 4
gpt4 key购买 nike

我尝试在 React-Native 应用程序中使用 jsPDF,但在加载时出现此错误。

Unhandled JS Exception: undefined is not an object (evaluating 't.createElementNS')

我尝试像这样安装 jsPDF:
npm install jspdf --save

并通过指定 git commit,将 lib 正确下载到 node_modules 目录中。

我尝试像这样导入:
import * as jsPDF from 'jspdf';

或者
import { default as JSPDF } from 'jspdf';

或者
import jsPDF from 'jspdf';

或者
var jsPDF = require('jspdf');

所以有人有想法吗?

谢谢。

最佳答案

它甚至适用于 React Native 吗?这样的东西更好吗?

https://www.npmjs.com/package/react-native-pdf-lib

关于react-native - 在 React-Native 应用程序中加载 jsPDF 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53523184/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com