Marco Weber
Marco Weber
**Describe the bug** I added the [@react-native-segmented-control](https://github.com/react-native-segmented-control/segmented-control) with the following code into my project: ```typescript import {Modalize} from 'react-native-modalize'; import SegmentedControl from '@react-native-segmented-control/segmented-control'; // ... const modalRef = useRef(null); const...
I'm using your picker and It's really great. But I have some improvements that'd be nice: 1. Render without a child: I control the open state programmatically (not via user...
I was wondering if the timeout in the configuration has to be seconds or milliseconds. I had to dig into the documentation to find the unit. therefore I introduced a...
if you want to use the serializer in a typescript setup file like `setup.jest.ts` an error occurs which says that no type definitions are found this pr adds the `index.d.ts`...