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

React Native Month Picker component for iOS & Android

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

` error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 Note: /Users/dhd/InfraTech/MAStock/m-a-stock-mobile/node_modules/react-native-gradle-plugin/src/main/java/com/facebook/react/codegen/generator/SchemaJsonParser.java uses or overrides a...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

**Using Gradle up to 7.x** 1: Task failed with an exception. ----------- * Where: Build file 'F:\ProjectName\node_modules\react-native-month-year-picker\android\build.gradle' line: 24 * What went wrong: A problem occurred evaluating project ':react-native-month-year-picker'. >...

UI is breaking for longer text ![Screenshot_1660980492](https://user-images.githubusercontent.com/15964566/185734250-65e0dc5b-d282-464b-acea-c8684cbd9e32.png) Also some props to pass inside container styling would be a nice addition.

bug

MonthPicker.ios.js ``` const { width } = Dimensions.get('screen'); const styles = StyleSheet.create({ container: { width, position: 'absolute', zIndex: 500, bottom: 0, }, pickerContainer: { height: 244, width, }, picker: {...

Hi, basically, I need only the wheel picker itself without the modal functionality. is there a way to do it? Thanks

enhancement

React Native `0.67.x` [now uses Gradle 7 ](https://github.com/facebook/react-native/blob/main/gradle/wrapper/gradle-wrapper.properties#L3) which has removed `maven` in favor of `maven-publish`. Library is not building anymore.

I've an error when using MonthPicker from 'react-native-month-year-picker' (Android devices) I guess it's happens because the auto linking doesn't run automatically. Is there any guide to install dependencies manually on...