Spencer Kam
Spencer Kam
@delantai sorry for the late reply, I actually had implemented what @madsroskar suggested, basically commenting out the typescript error since it wasn’t preventing a successful build. and for what it’s...
I actually just noticed that if the first and only child of the `` is an `` then it would throw the error. If I wrap the `` in a...
having the same issue here, the promise doesn't resolve, my console outputs: `{"result":{"permit":true},"id":1692,"status":"ok"} {"result":{"permit":true},"id":1693,"status":"ok"} {"result":{"permit":true},"id":1694,"status":"ok"} {"result":{"permit":true},"id":1695,"status":"ok"}` those four console only outputs when a promise doesn't resolve. @braadworst are you seeing...
> Emulator only for me, working fine on production.
seeing the error on production now - the items are taking a long time to download from firestore storage..
@Nehal-Sanklecha I just sent up a PR that fixes this issue for you. For some reason GitHub wouldn't allow me to submit a PR of just the changes, but here's...
@Nehal-Sanklecha > Yes, that's the line of code I've added to support desktop fallback URL in iOS. I want to do the same in Android. It looks like you were...
https://github.com/invertase/react-native-firebase/commit/bda3602b1047f31e9f5f0f6b93ffaea5fc66cc05
edit recyclerlistview/sticky/index.d.ts to be as follows: ``` export * from "../dist/reactnative/core/StickyContainer"; export {default as StickyContainer} from '../dist/reactnative/core/StickyContainer' ```
the documentation and tutorials are assuming that you're installing a packaged plugin from outside your project. when you write your own local plugin, first need to declare it in `android/settings.gradle`...