【发布时间】:2020-04-25 16:01:26
【问题描述】:
我正在研究 Next.js 和 React-Native-Web。我设法按照官方的 Next.js 示例一起运行它们,但是当我尝试使用 react-native 中的 Animated 包时,它失败并出现错误,即 requestAnimationFrame 未定义。基本上这个功能是 node_modules 包的,但是我在 webpack 中设置了别名来翻译所有 react-native 需要到 react-native-web 所以即使是 node_modules 包也应该使用反应原生网络。
有什么解决方法的建议吗?
ReferenceError: requestAnimationFrame is not defined
at start (...node_modules\react-native-web\
dist\cjs\vendor\react-native\Animated\animations\TimingAnimation.js:104:11)
enter code here
感谢您的帮助!
【问题讨论】:
标签: reactjs react-native next.js requestanimationframe react-native-web