You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for working on this package. While you would think an alert view is a trivial thing, it isn't – and I have noticed that you did walk the extra mile to provide a drop-in replacement for the built-in alert that looks and feels like the original on all supported platforms.
While that's great (it is!), I wonder how involved it would be to allow for some customisations to the core alert, e.g. in many alert reimplementations I have noticed a slight drop shadow around the edges that makes the view pop more – or customize the width (in percentage of the screen width) the alert is allowed to take up.
Update: I have since then found the configuration API, though it doesn't allow for a drop shadow or specifying the minimal width in percentage of screen width.
Update2: So I have found the proper place to get a drop shadow by applying a diff like that:
First off, thanks for working on this package. While you would think an alert view is a trivial thing, it isn't – and I have noticed that you did walk the extra mile to provide a drop-in replacement for the built-in alert that looks and feels like the original on all supported platforms.
While that's great (it is!), I wonder how involved it would be to allow for some customisations to the core alert, e.g. in many alert reimplementations I have noticed a slight drop shadow around the edges that makes the view pop more – or customize the width (in percentage of the screen width) the alert is allowed to take up.
Update: I have since then found the configuration API, though it doesn't allow for a drop shadow or specifying the minimal width in percentage of screen width.
Update2: So I have found the proper place to get a drop shadow by applying a diff like that:
Now this is hardcoded, but it's probably pretty simple to enhance the
configuration
structure.The text was updated successfully, but these errors were encountered: