Daniel Suchý

Results 33 issues of Daniel Suchý

Hello guys, first of all thank you for this amazing library. I playing with this library and I am trying to use it to render SVG icons instead of `react-native-svg`....

I don't know why, but on some devices is sometimes source null, escpecially on my old Samsung with Android 7. This is not fix, but it will prevent to crash...

There is lot of types reexported in `suite` from new common packages, but will be better to import these types directly from common packages instead of reexporting them.

code
low hanging fruit

Current APK size for Android is about 120 MB, that's a lot for nearly empty app and it's really annoying to even download it for every development version. Ideas to...

mobile-app

Shared package for both desktop and mobile and directly implement for desktop. **Implementation ideas:** 1. **Please do TDD and please read description task of #5708 where is lot of info...

code
mobile-app

Currently we are settings padding horizontal padding in every screen to 15, that's very bad because if we change it, you need to manually change it everywhere. Please set default...

code
mobile-app

Major intl refactor: 1. **All messages and related stuff moved to package @suite/messages** - everything is in one place now, this package could be used anywhere in any project that...

We can create universal package `@trezor/env-utils` from file `packages/suite/src/utils/suite/env.ts`. Most of functions here doesn't depend on anything and that few that depends could be reworked to not depend or we...

code
mobile-app

First and last item could be sometimes hard to touch because you need to done that precisely. It's because there is lot of space around buttons. Check the screenshot of...

code
mobile-app