文档未在 React Native 中定义
Posted
技术标签:
【中文标题】文档未在 React Native 中定义【英文标题】:document is not defined in React Native 【发布时间】:2021-04-22 01:55:21 【问题描述】:我在 React Native 库中不断收到“文档未定义”。
但问题是,我搜索了整个图书馆,却没有在任何地方看到文档。
库是这样的,无论我使用什么版本的库,它都会发生:
https://github.com/wix/react-native-calendars
我不会来这里,除非我已经在这个问题上卡了 5 个多小时,而且看不到尽头。
我已经在这个版本中使用这个库几个月了,我尝试恢复到旧版本,但没有运气。每当我尝试在 ios 上进行构建时,都会遇到文档问题。
<CalendarList
calendarWidth=320
height=320
theme= textDayFontSize: 16
style= borderRadius: 0
horizontal=horizontal
minDate="2020-03-01"
maxDate=moment().format("YYYY-MM-DD")
pastScrollRange=5
futureScrollRange=5
showScrollIndicator=true
onDayPress=this.onDayPress
markedDates=this.state.dateRangeObj
markingType="period"
/>
【问题讨论】:
【参考方案1】:这显然是由于 Stripe 和 React-Native-Calendars 库之间发生了一些奇怪的交互,尽管实际上这些代码都没有交互,但它在同一个文件中(这是我的各种模式文件)。
移动到另一个文件,工作。
【讨论】:
以上是关于文档未在 React Native 中定义的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript Array flat 函数未在 React native 中定义
React Native Maps - 自定义标记图像未在更高的 Android 版本中呈现
SyntaxError - node_modules/react-native/Libraries/polyfills/error-guard.js:缺少分号。 (14:4) 在 react nati