我在ReactNativeExpo应用程序上收到以下错误: Setting a timer for a long period of time, i.e. multiple minutes, is/react-native/Libraries/LogBox/LogBox.js:36:4 in console.warn
- node_modules/expo/build/environment
尝试让Firestore导入到我的应用程序,但仍然得到错误“不变的违规:本机模块不能为空”我正在寻找一些解决方案,人们说要在ios中运行pod install,但ios文件夹在expo中不存在?我的import it import firestore from '@react-native-firebase/firestore';,我使用的是firebase身份验证,它工作得很好,但是用firestore
在Android上设置长时间的计时器是一个性能和正确性问题,因为它会让计时器模块保持清醒,并且计时器只能在应用程序处于前台时调用。有关详细信息,请参阅https://github.com/facebook/react-native/issues/12981。71:8 in console.warn
- node_modules\expo\build\environment\m
我刚刚开始在我的本机应用程序中使用react-本机-firebase实现Firestore。我只是在跟踪docs ,但它对我不起作用。 [TypeError: undefined is not a function (near '...this._firestore.native.collectionGet...')]以下是相关代码:
import React, {Compon