Caleb Clarke
Caleb Clarke
This is a follow-up to https://github.com/lgarron/clipboard-polyfill/issues/42#issuecomment-497145354 When we pass a text string to `writeText`, it works on every platform/browser except iOS, where it instead copies an empty string (it doesn't...
Fixes #192 by making sure `react-native-popup-menu`'s registers with `BackHandler` _after_ React Navigation does. The `backHandler` property and implementation are left on `MenuProvider` just to avoid API changes. I also left...
Fixes #2723. As mentioned in that issue, the problem was that the `11.22.0` refactor moved the `source` property before others when rendering `NativeWebView` on Android, which meant that `allowFileAccess` was...
Sorry for the confusing title, but this is a bit complex. (also, this makes extensive mention of tab navigators, but I did not file the issue in that category because...
Apparently iOS 17 replaces the old/simple `requestAccess` method with [requestFullAccessToEvents](https://developer.apple.com/documentation/eventkit/ekeventstore/4162272-requestfullaccesstoeventswithcom?language=objc)
(the fact that recurring event instances are being returned with the master event's values is a separate issue, #14 , but it's still possible to retrieve the master event itself...
If you give iOS an RGB color, you get back an ARGB color with the alpha set to FF. If you give Android an RGB color, you get back an...
- ~~Location~~ (added in #9) - Attendees - Busy/available - WinPhone/Android have "privacy" - iOS has URL - Android/iOS have timezone.. Anything else?
I believe each platform (including Windows Store apps) provides API to open/edit events with the default calendar UI for that platform. It would probably be pretty straightforward to expose this...