Siddarth Kumar

Results 231 comments of Siddarth Kumar

After attending our weekly design call I realised its important to have UI components available in sandbox first and then the screen should be built. From analysing figma I found...

I'll try this out @flexsurfer

> [Fri Aug 12 2022 18:27:54.915] ERROR ReferenceError: Property 'TextEncoder' doesn't exist, js engine: hermes > [Fri Aug 12 2022 18:27:54.915] ERROR Invariant Violation: Module AppRegistry is not a registered...

it seems like `@react-native-community/async-storage` is deprecated and we should get rid of its usage/bindings in our code and replace with `@react-native-async-storage/async-storage` instead. ![Screenshot 2022-08-19 at 2 34 30 PM](https://user-images.githubusercontent.com/64726664/185585318-4d44907f-ef0c-4054-b366-401e08af9fa4.png)

> it seems like `@react-native-community/async-storage` is deprecated and we should get rid of its usage/bindings in our code and replace with `@react-native-async-storage/async-storage` instead. Addressing that here https://github.com/status-im/status-mobile/pull/13846

need this component for https://github.com/status-im/status-mobile/issues/13439 I have done most of the work in the screen

@cammellos @ibrkhalil : I'll be taking this up for a quick Design Review

@ibrkhalil : Design Issue 1 The background color of the component does not change to the expected color in dark mode. I also believe you need to work on retrieving...

Hi @flexsurfer : I have achieved the desired functionality in status-go and currently working on testing it with status-react. This is very close to completion.I Shall push the final code...

https://user-images.githubusercontent.com/64726664/182362884-b3ac1659-f5a0-4a4b-abe5-83005eab0ad4.mov we can now disconnect a wallet session. Only case it does not work is when you sync sessions across devices.. that is a work in progress. Can that be...