Conor McGrath

Results 19 issues of Conor McGrath

I'm using the flip clock in 2 places on my website. I love the visual animation in one section, but in another section I'd like to just use the countdown...

This doesn't work for web, unless you add the following code to the `Menu.Item` on line 98 ```js onPress={() => { if(!multiselect) { setActive(_item.value)} }} /> ```

`react-native-reanimated` & `react-native-gesture-handler` breaks expo EAS builds due to multiple versions of these libraries (because they're also dependencies of expo / react-native out of the box) Is it correct to...

Could we add different params to the url? Such as units etcs? https://darksky.net/dev/docs#forecast-request

`yarn v1.22.10` running `yarn add -D postinstall-postinstall` fails ``` error An unexpected error occurred: "ENOENT: no such file or directory, scandir '/path/to/my/node_modules/postinstall-postinstall'". ```

There's no android example

Something like `hasTruthyValueAtKey`, or something more dynamic like a function that removes items if a key has a provided value, or matches a list of provided values. ``` removeIfValueAtKey(keyName, null)...

I'm using another drag n drop lib: `react-drag-listview` in my app. onDragStart seems to interfere with the canvas even though they're are completely seperated components on the dom. It seems...

Im getting build errors on both Android and iOS on `react-native 62.2`