Vojtech Novak

Results 439 comments of Vojtech Novak

yes, would be nice to have better docs

@emeraldsanto this looks like a reasonable change, any opinions on this? Thank you!

Personally I don't think that removing `dismissListener` is the way to go.

I use this repo, although my usage is limited to using the dialog with checkboxes and radio buttons. If there is a bug I bump into, I fix it and...

@Noitidart we would probably need another parameter. `content` would stay the same, and we could add `htmlContent` which would use `android.text.Html.fromHtml`. If you create a PR for this, I will...

@Noitidart I don't know, I'm not using these features. This module mostly just passes values to the underlying one, so you'll need to search there.

If something can happen multiple times, we should be dispatching events (https://github.com/aakashns/react-native-dialogs/issues/57#issuecomment-350587541), not limiting users by saying they should not use dismissable dialogs. Also, the problem with the library as...

I'm also migrating from `react-native-i18n` to `js-lingui`. So far so good, albeit I use the `i18n.t` more than `` components and it took me a while to set everything up...

hi! to set custom font family where?

@pie6k currently not supported - but if do some research on how to do this and do a PR for this, I'd probably merge it 👍