Month: November 2020
[🐛] Bug Report Title – setBackgroundMessageHandler doesn’t work – Messaging v7.9.0 iOS
Issue Hi guys, I was working with “@react-native-firebase/app”: “^8.4.1” and “@react-native-firebase/messaging”: “^7.8.4”, few days ago and everything was fine, except for setBackgroundHandler that never was…
[Docs] “Getting Started” sidebar link broken
It appears that the “Getting Started” link on the documentation page has an empty href, and thus it will always go to the page the…
🔥[🐛] Firebase Auth silently crash app during Phone Verification after adding SHA1 to firebase project
Issue I’m using react-native-firebase app and auth in my application to verify users added real phone numbers and it’s based on scenario described here https://heartbeat.fritz.ai/implement-firebase-phone-authentication-in-react-native-apps-237959027611…
[🐛] remote-config@10.0.1 has peer dependency app@9.0.0
Issue When I install @react-native-firebase/remote-config@10.0.1, I get a warning stating that it needs @react-native-firebase/app@9.0.0 as a peer dependency. Shouldn’t it be @react-native-firebase/app@10.0.0? I think this…
Symfony not compatiple with php 7
I have symfony version 2.3.6 and its running properly in php version 5 But not in php version 7. Kindly help me to fix Thank…
Default tooltip style is no longer legible on Windows in web and desktop builds
Steps to Reproduce Flutter version 1.24.x and later break past default tooltip style for Web and Desktop builds. Expected results In earlier Flutter versions, tooltips…
[dart:mirrors] isSubclassOf not correctly migrated to NNBD
Code: import ‘dart:mirrors’; void main(){ final stringMirror = reflect(“”).type; final objectMirror = reflect(Object()).type; objectMirror.isSubclassOf(stringMirror); } Expectations: This runs without exceptions on projects that are migrated…
Xcode Build fails upon adding new target
Please provide all the information requested. Issues that do not follow this format are likely to stall. Description Upon adding a new target to a…
The component styled.div with the id of “sc-fzqAui” has been created dynamically. You may see this warning because you’ve called styled inside another component. To resolve this only create new StyledComponents outside of any render method and function component.
The component styled.div with the id of “sc-fzqAui” has been created dynamically. You may see this warning because you’ve called styled inside another component. To…
Prop name ‘loading’ gives a warning about non-boolean attribute
I have a button component that I pass a prop called loading to. In that component, I use the loading prop in a styled function….
Recent comments