srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

There a way to change "Select All" label in multi select mode enabled? #23

Closed CarlosSLoureiro closed 1 year ago

CarlosSLoureiro commented 1 year ago

I would appreciate if theres a way to change this first item text to my own used language.

image
CarlosSLoureiro commented 1 year ago

In addition, would be good if also there's a option to enable or disable the Select All option in multi select mode...

srivastavaanurag79 commented 1 year ago

Thanks, I will let you know after checking and merging.

srivastavaanurag79 commented 1 year ago

Any idea how to fix this error? @CarlosSLoureiro @Thodor12 @Bo7mid3

image

react-native-paper-select-example@0.0.1 android react-native run-android

info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag. Jetifier found 980 file(s) to forward-jetify. Using 8 workers... info Starting JS server...

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings 23 actionable tasks: 3 executed, 20 up-to-date

FAILURE: Build failed with an exception.

BUILD FAILED in 6s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081

Thodor12 commented 1 year ago

This could be helpful: https://github.com/facebook/react-native/issues/35210

srivastavaanurag79 commented 1 year ago

v 0.3.9 released