Devin Jameson

Results 3 issues of Devin Jameson

When using `addNotificationRequest`, if the `fireDate` is not within the current day, the notification never triggers. ```typescript const [reminderTime, setReminderTime] = useState(new Date()) const request: NotificationRequest = { id: "id",...

Something like this? ``` html = Markdown.Html.oneOf [ Markdown.Html.tag "i" (\renderedChildren -> italicsView renderedChildren ) , Markdown.Html.tag "b" (\renderedChildren -> boldView renderedChildren ) , Markdown.Html.tag anything_else (\renderedChildren -> someView renderedChildren...

# Feature Request Is it possible to scale icons with the accessibility text size set in iOS settings? This is considered best practice so text can't be huge relative to...

Feature request