Ulises Manuel

Results 89 comments of Ulises Manuel

> Hey @ulisesmac please have a look at my changes and check if it fixes the issues you reported. It works for desktop, I get the notifications, the NFT name...

@Cuteivist @stefandunca I've tested it and now the transactions are not repeated: ```json [{"payloadType" :2, "transaction" : {"chainId" :11155111, "hash" : "0xce2a483bf696be9ce68803bf551419a6b5425486f22719adefd83a0e6f1339ad", "address" : "0x779425b89cd705c83ae588e458efed05c9f90f9b"}, "nftName" : "Genesis", "nftUrl" :...

> @ulisesmac This event will return currently filtered values. That means, when we limit 10 entries in desktop that means only first 10 entries will be checked. Just making sure...

@ilmotta Might this be related to what we backup on waku?

@ilmotta I wonder if we really can fix this. Seems an issue from the library, instead we could submit an issue in lib's repo with the details of the affected...

@ilmotta Someone reported it here but didn't provide enough info: - https://github.com/teslamotors/react-native-camera-kit/issues/322 If the amount of unsupported devices increases, we should try other libs, Xiaomi is very popular in development...

AFAIK, the activity center state is received from status-go, I'm able to reproduce this same issue on Desktop too, so I think the root cause comes from `status-go`. @ilmotta @flexsurfer...

@ilmotta Yeah, I agree that we should fix it, but I wanted to know your opinion about my understanding of the problem, does it make sense that the root cause...

> Thanks for checking this PR out @ilmotta, I too observed similar issues. My guess was related to navigation library but I did not look deep into it. We need...

@siddarthkay We can't just move from `touchable-without-feedback` -> `pressable` by swapping the component. Sometimes it works, but they work different. `touchable-without-feedback` adds touchable props to its child, and `pressable` behaves...