cost 134 ms
React Native 无法从“firebase.js”解析“firebase” - React Native Unable to resolve "firebase" from "firebase.js"

我重做了我的项目,但我仍然停留在 firebase 的配置上,因为我不明白为什么尽管安装了我的依赖项我还是会收到这个错误: 他没有找到任何关于 firebase 的信息错误类型错误:firebase.Database 不是函数。 (在 'firebase.Database()' 中,'fireb ...

React Native calendrer 工作正常,但我想要在日期颜色更改中将事件添加到特定日期 - React Native calendrer working properly but I want if add event to specific date in date color change

这是我的输出我想喜欢这个如果我在日历背景颜色更改中选择 23-12-2022 日期此日期在我重新加载应用程序之前它没有改变而且,如果我添加一个新事件,那么第一个事件不会在 flatlist 中删除,它会在我自己未删除时显示所有事件 ...

React Native Calendar List:没有我将这些日期传递给 markedDates 参数,每个月的今天都被标记 - React Native Calendar List: today's date in every month is being marked without me passing those dates into markedDates parameter

出于某种原因,我有一个奇怪的错误,今天的日期(即 14 日)在未来和过去的每个月都会突出显示。 我从来没有将任何东西传递到我的 markedDates 参数中,它会告诉日历标记每个月的第 x 天,所以我想知道是否有人知道为什么会发生这种情况,或者这是否发生在其他人身上。 任何提示将不胜感激。 蒂亚 ...

React Native Calendar 中的标记日期 object 未标记所有日期 - markedDates object in React Native Calendar not marking all Dates

我正在使用 React Native Calendar object,我遇到了一些困难。 本质上,我采用两个 arrays 对象,每个 object 都有一个日期属性,然后我将所有这些日期组合成一个大数组,然后我迭代完成标记日期markedDates格式的原生日历。 观察... 文档上的marked ...

react-native-calendars 中的 dayComponent 不呈现:JDK 问题? - dayComponent in react-native-calendars not rendering : JDK issue?

我正在使用 expo cli 处理 react-native 项目,我需要在其中显示日历。 我正在使用日历的 dayComponent 属性根据要求将样式应用于特定日期,并且工作正常。 但是,由于与另一个库的兼容性问题,我最近搬到了 react-native cli。 从那时起,dayCompon ...

当我使用 while 循环时,我的 react-native-app 冻结了 - My react-native-app freezes when i use while loop

该组件向患者显示日历,以便他们可以 select 从医生的预约日开始预约。 医生预约日是从 api 获取的。我想要实现的是禁用日历中除医生预约日之外的所有其他工作日,以便患者只能按其中一个预约日。 我正在使用 react-native-calendars 库和 date-fns-library 作为 ...

@react-native-community/datetimepicker Android 日历上的按钮文本颜色为白色,使其不可见 - @react-native-community/datetimepicker Button text color on the Android calendar is white making it invisible

我的项目中需要一个日历,但上面的按钮是不可见的。 我试过重新安装它和其他的东西,比如在日历 android 文件夹中更改 style.xml 没有任何效果...... 没有太多我可以写错的代码,showCalendar state 和 setDateHandler 工作,所以我排除了它们。 以下是 ...

反应本机日历议程不显示具有相同日期的项目 - React native calendars agenda not showing items with same date

我目前正在使用React Native Calendars库在React Native上构建一个类似议程的应用程序,为了获取我需要的数据,我使用Firebase Firestore库。 该图书馆的议程使用一些属性来显示约会卡: 我的议程设置 <Agenda ...

在 react-native-calendars 从 1.222.0 升级到 1.1274.0 版本时无法解决模块../../../component-updater 错误 - Unable to resolve module ../../../component-updater error in react-native-calendars upgrade from 1.222.0 to 1.1274.0 version

我正在尝试将我的 react-native 项目中的最新版本的 react-native-calendar package 从 0.222.1 升级到 0.1274.1。 版本链接在 v1.222.0 中,该文件被命名为 react-native-calendars/src/component-up ...

Firestore 没有从反应本机日历中获取字符串 - Firestore not getting string from react native calendars

嗨,我正在尝试插入我的 Firestore 数据库,我注意到数据通过了,但是如果我在控制台中手动添加它,则 id 的颜色不同,如图所示,颜色更深。 当我进行查询时,只会找到我手动插入的那些在我的 Home.js 中,我通过 wix 从反应本机日历中获取日期字符串值 然后在 App.js 中,我使用 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM