react-native-month-picker icon indicating copy to clipboard operation
react-native-month-picker copied to clipboard

This is a month picker to use in react native mobile apps.

Results 7 react-native-month-picker issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hi! Thank you for keeping this month picker updated! I have tested your example for using it inside a modal, and there are two things that are not displaying correctly:...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Probably better to be put in the constructor, but I just needed a quick and dirty fix :)

At first render month translations not applied so it displays in English on re render it renders correct month names. I guess we should move ```js componentDidMount() { moment.updateLocale(this.props.localeLanguage, this.props.localeSettings);...