Brandon R

Results 8 comments of Brandon R

I eventually couldn't find a way to make this work. I switched to using expo release channels for my application. https://docs.expo.io/versions/latest/distribution/release-channels/

For our example this is the data that we got back from our server when we query for deleted items: ``` { "data": { "deletedItems": [{ "__typename": "Item", "id": "ck71gto7u0000onsek8kkuiw2",...

@Aryk Interesting, I will have to check out how you do this. Currently we don't really use the `__queryCache` because we use local storage as our source of truth for...

I think this would be a good idea. I used [madge](https://github.com/pahen/madge) to look at why I had some circular dependencies (causing `undefined` imports) and found that there were tons of...

@tadeaspetak I think you are right. Although they have the same api TS doesn't seem to like it b/c of the it being a `Query` instead of a `Promise`. Not...

@hexrcs I really like `mstql`. Has meaning but is also easy to say "Mystical" and understand what it means.

I think I have the same issue. I was able to run it with `--collect-only` with no issue but trying to visualize the data with `--visualize-only` failed. I am not...

> @stevelizcano In Brent's example, how would you access the navigator inside the ProfileSwitcher component? @immortalx You need to long press the profile tab at the bottom right in the...