Vlad

Results 11 comments of Vlad

Looks like DetoxInstruments don’t have support more..

@LeoNatan Hi! Do you have any thoughts about this? I checked and came to the conclusion that this problem is related to another package - Realm. Here's a similar ticket...

Oh, understand (( Can you give me an advice what should i do with this?

Check this issue, maybe it's related, because your described issues is similar to my case and removing specified in issue SafeAreaView for screens - helps to understand the root case....

Confirm that issue is valid

Hi! Thanks for this library! Any plans to check performance issues in the near feature?

Okay, thanks!

@denisborovikov Hi, thanks for the Idea! I extended it to support Typescript and having possibility to specify method in which we have to invalidate, as well as possibility to provide...

Here's the example of usage: ```typescript export const useAnotherMutation = createMutation({ mutationFn: async (variables) => { // Your mutation logic }, use: [ invalidateQueriesAfterMutationMiddleware( [ someQuery.getKey(), ['some query key'] {...