Tom Corvus
Tom Corvus
# Feature Requests ### Checklist - [x] I've read through the [Docs](https://formidable.com/open-source/victory/docs) and [Guides](https://formidable.com/open-source/victory/guides) to make sure this functionality doesn't already exist - [x] I've searched open issues to make...
Hi 👋 # Bug Reports ### Checklist - [x] I have read through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and [Guides](https://formidable.com/open-source/victory/guides/) - [x] I am using the latest version of Victory - [x] I've...
### Current behavior Hi 👋 I update @types/react to `^18.0.15` version and I have a TS error if I use useScrollToTop method with SectionList. ``` const sectionList = useRef(null); useScrollToTop(sectionList);...
### Minimal reproducible example https://snack.expo.dev/@userfront/react-native-example ### Summary Since expo-document picker 11.3.0, we can't specify subtypes in params. For example: `await DocumentPicker.getDocumentAsync({ type: 'application/pdf' })` or `await DocumentPicker.getDocumentAsync({ type: ['application/pdf'] })`...
### Minimal reproducible example https://github.com/TomCorvus/ExpoMonorepo ### Summary Hi, I would like to know what is the good behavior to use expo-font since SDK50 in bare workflow? I'm using useFont hook...
### Current behavior on mount, there are some milliseconds during which the material-top-tabs doesn't display. On a fresh install, you can see it rapidly, but when on your screen, you...
### Current behavior On a sub screen, when I enable `gestureEnabled` on Navigator, I can't scroll on a horizontal ScrollView. - Swiping right to left does nothing - Swiping left...
### Description Hi 👋 I have an error on some Android devices since I use `useAnimatedKeyboard` hook from `react-native-reanimated`. This fatal crash seems to not appear each time. Here the...
### Description Since 15.4.0 version, SVG including filters don't render properly. ### Steps to reproduce Install react-native-svg 15.4.0 Try to render this example: ``` import React, { memo, FC }...
👋 Hi, I have a monorepo with multiple sub packages with their own config file. When I try to find and replace an occurence in these files, prettier takes the...