Daniel Steigerwald
Daniel Steigerwald
fb, twitter, google, merge accounts by email like quora does.
So I tried all 100vh hacks I found, and my conclusion is that native iOS behavior is not fixable. Every fix has its own quirks, even this one. I am...
## 📖 Documentation We can enforce business rules stricter than plain types with https://dev.to/gcanti/functional-design-smart-constructors-14nb pattern. We can leverage https://github.com/gcanti/io-ts/blob/master/index.md#branded-types--refinements for that. But it seems nowhere is described how to brand...
BIP85 describes a way how entropy can be derived deterministically from a BIP32 root key, for example, a BIP39 mnemonic (24 words) commonly used in cryptocurrency wallets. The ability to...
**The problem** RNfW performs a React state update on an unmounted Image component. **How to reproduce** Unfortunately, no matter what, I can't extract a failing example from my app. But...
If I understand it correctly, it's chicken-egg problem. We can't put encrypted text to Automerge, and we can't encrypt whole Automerge doc because then we can't do an incremental sync....
I think [Este](https://github.com/este/este) needs this for React Native ASAP. Should not be hard. Universal typography FTW.
So I finally find a time to rethink universal typography (React + React Native) approach. I am afraid current design is not sufficient. What we need: 1) Simple theme definition...