julianpensionjar

Results 2 issues of julianpensionjar

I'm trying to use DatePickerInput following the example here: https://github.com/web-ridge/react-native-paper-dates/blob/master/example/src/ReadMeExampleDatePickerInput.tsx ``` import * as React from 'react' import { DatePickerInput } from '../../src/index' export default function ReadMeExampleDatePickerInput() { const [inputDate,...

bug

Version: `5.11.0` When using the RadioButton.Item and Checkbox.Item components, I cannot find a way to pass through props for the underlying component used for the labels, such as `adjustsFontSizeToFit`, `allowFontScaling`...

feature request