Devin Jameson
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...
## Type - [ ] Refactor - [X] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Add a findFirstWithIndex function to...
## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [x] Documentation Update ## Description The tweets section the website...