Sam Doyle

Results 10 issues of Sam Doyle

This looks awesome! Any chance you'll be publishing a new version to npm some time soon? Seems like there have been a lot of changes lately that aren't in the...

I'm calling `moment.tz.guess(true)` to get the device timezone in a react-native app, and it seems to be returning the timezone the device is currently in, rather than the device that...

# Bug On android, with a Picker with only one available option and a `selectedValue` of null, pressing the option to select it doesn't trigger `onValueChange`. ## Environment info React...

Lots of new libraries use this package name (until enough people complain and they change it) and I keep getting conflicts as a result. It would be nice to have...

### Description It seems like `plain-text` alerts use hard-coded button options. They display with these values, and those are not the values I've specified. ![screen shot 2018-08-20 at 2 12...

# Description 1. Sample code (provide repo url or sample code) ``` MusicControl.enableControl('skipForward', true, { interval: 15, }); MusicControl.enableControl('skipBackward', true, { interval: 15, }); ``` I would expect the controls...

ImageLoader is removed in rn 0.61, so this library doesn't work due the error: `RCTImageLoader.h file not found` This change is inspired by this comment: https://github.com/react-native-community/react-native-svg/issues/1141#issuecomment-540940897

Fixes #1148 Before: https://github.com/user-attachments/assets/32644392-bd6b-43a0-be72-7d524241639f After: https://github.com/user-attachments/assets/49aa26b1-55dd-46d0-baf4-54f7722fd34e

### Description When using the `focusOnPress` functionality for the pie chart, and then tapping on a non-focused section to focus it, the chart briefly changes two sections to the wrong...