Brandon Fitzwater
Brandon Fitzwater
### Summary Using the `provider={PROVIDER_GOOGLE}` with a valid Google Maps API key in the `MapView` component causes the iOS simulator to crash. Running the code on a physical device however,...
- [x] Addresses https://github.com/web-ridge/react-native-paper-dates/issues/151
- [x] Addresses https://github.com/web-ridge/react-native-paper-dates/issues/161. _Note - While this will mitigate potentially unwanted years by allowing start and end year to be specified, there may still be performance issues on lower...
- Introduces new `saveLabelDisabled` prop.
The input validation errors coming from the `HelperText` component should appear below the inputs instead of being adjacent to one another. Here is a reproducible demo: https://snack.expo.dev/@fitzwabs/react-native-paper-datepicker ![Screenshot 2022-03-20 at...
- [x] Introduces a new `badge` prop which will display a [badge](https://callstack.github.io/react-native-paper/badge.html) like so _Additional Resources_ - https://callstack.github.io/react-native-paper/badge.html - https://material.io/components/tabs/android#using-tabs
As it stands, [react-native-paper 5.0.0-rc.4](https://github.com/callstack/react-native-paper/releases/tag/v5.0.0-rc.4) is still in development, but is there any planned support for this in conjunction with this library?
Looks like there was still an issue in `0.9.0`. 
### Current behaviour The multiple dates picker appears to gradually get slower the more dates that are selected. This seems to be more noticeable on iOS as opposed to Android...
Timeline
Hey @RichardLindhout, another awesome `react-native-paper` component as always. Just out of curiosity, do you have a rough time frame on when this might be out of beta and supported on...