flexsurfer
flexsurfer
Figma: https://www.figma.com/file/eDfxTa9IoaCMUy5cLTp0ys/Shell-for-Mobile?node-id=451%3A18994
Figma: https://www.figma.com/file/eDfxTa9IoaCMUy5cLTp0ys/Shell-for-Mobile?node-id=0%3A1
This reverts commit bc00836d we want to revert this for 1.20 release
# Problem We had a bug in status-react, we were creating profile chats with type of public chat, so we need to migrate these chats to profile type
fixes: https://github.com/status-im/status-mobile/issues/18802
https://github.com/status-im/status-mobile/pull/18820 should be merged first This PR is the first step in migrating from reagent atom to react state, also it changes theme context usage and use-callback for anon functions
replace first batch of reagent atoms with react hooks in quo library
Whether this View should render itself (and all of its children) into a single hardware texture on the GPU. On Android, this is useful for animations and interactions that only...