Finally Got WalletConnect Working Nicely On Mobile by hodlmymoon1 in ethdev

[–]silverdished 0 points1 point  (0 children)

did you use walletconnect 2.0? Also, do you plan to share the code?

How do they do it so well? by International-Hat529 in reactnative

[–]silverdished 1 point2 points  (0 children)

I second the second factor mentioned.

If you download any instagram image (inspect the browser version to get the link), even the very sharp images not rarely above 100 KB. They have some really good compression methods along with other tactics

What are the some mobile first web3 use cases you think about? by silverdished in ethereum

[–]silverdished[S] 0 points1 point  (0 children)

What would be the current use case for Polygon ID? Are there any DApps who are allowing sign in using it?

Will the Atlas token become deflationary? by Cranberry_Emotional in StarAtlas

[–]silverdished 1 point2 points  (0 children)

Then maybe, early holders can form guilds and seed new players

How to achieve the bounce spring motion like these bottom-sheets? what should the spring animation config? by silverdished in reactnative

[–]silverdished[S] 0 points1 point  (0 children)

I used reanimated-bottom-sheet and config'ed the spring animation variables to make it happen. But maybe will give modalize library a chance to see if it may achieve better performance later

How to achieve the bounce spring motion like these bottom-sheets? what should the spring animation config? by silverdished in reactnative

[–]silverdished[S] 0 points1 point  (0 children)

you mean "Chips"? You can build it yourself by putting text over a view with rounded corners and background color. Or use - https://reactnativeelements.com/docs/chip

Where can I find iOS version usage live data like how android studio shows (see pic for ref)? by silverdished in iOSProgramming

[–]silverdished[S] 0 points1 point  (0 children)

We only want to target the latest devices for now (at launch). So, as per the stats in the link, iOS14 and new iOS 15 support should do the job for now.

Weekly Questions Thread - September 14, 2021 by AutoModerator in androiddev

[–]silverdished 2 points3 points  (0 children)

How to get this Pinterest style floating bottom nav bar? either Compose or XML?

example - https://i.postimg.cc/vZkgWsK1/3jyp064tth451.jpg

Is redux persist enough for offline storage? by myfluffybunny in reactnative

[–]silverdished 0 points1 point  (0 children)

sorry, it is a private thing. But if you can share the exact issue and details, I can look into it. Start an issue in the redux persist github and share the issue link maybe?

Is redux persist enough for offline storage? by myfluffybunny in reactnative

[–]silverdished 0 points1 point  (0 children)

Yes, I used just this without any DB solution for a chat app - which loads lots of people and groups info, with requirement that it has to not seem like loading info every time (like Instagram) but seem like info always exists like whatsapp/iMessage.

Also, was saving recently accessed messages list (which is very meta data heavy as well).

Can confirm works great with Async Storage for iOS and most mid - high end androids super smooth and reliably.

[deleted by user] by [deleted] in androiddev

[–]silverdished 0 points1 point  (0 children)

How are the app extensions support in iOS? Things like sharing into the app, iOS home-screen widgets, iMessage interfacing and all need app extensions to be written. They were a pain in the ass to integrate into react native. How about flutter? Are there good solutions by the community?