Pedro Andrade
Pedro Andrade
hey @MichaelSolati, I see that all tests are passing. Is anything missing? Maybe I could help it.
In my case, the mobile clients only update their locations on firestore but don't query so I removed the client library and replaced the update with: ``` import { hash...
The `1.2.0` version published 6 days ago (thanks @refarer!) allows the token to be passed on the constructor. So, now you could do something like this: 1. Create the endpoint...
@apecollector ``` // types.ts export interface PlatformTokens { token?: string; state?: string; challenge?: string; } ``` ``` // tokens.ts export const getPlatformTokens = async () => { const tokens =...
this issue deservers much more attention. I'm glad to found @kaustubnvd workaround. many thanks! > I was able to get the behavior hackily working using the `navigation` object instead of...
Same here. `ImagePicker.launchCameraAsync` always crash if "Don't keep activities" is enabled.
Same here. Fixed with this pull: https://github.com/danielctull/DTGridView/pull/10
EDIT: oh I see, 0.4.0 version of lex-cli hasn't the fix yet. I end up uninstalling it from global and updating build scripts for running it from source. --- were...