We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can I change items color? when I use color in style both selected and unselected items color changed.
The text was updated successfully, but these errors were encountered:
I found the way. change in ReactWheelCurvedPickerManager.js
@Override protected ReactWheelCurvedPicker createViewInstance(ThemedReactContext reactContext) { ReactWheelCurvedPicker picker = new ReactWheelCurvedPicker(reactContext); picker.setTextColor(Color.LTGRAY);//change here picker.setCurrentTextColor(Color.BLACK);//and here picker.setTextSize(DEFAULT_TEXT_SIZE); picker.setItemSpace(DEFAULT_ITEM_SPACE); return picker; }
Sorry, something went wrong.
No branches or pull requests
how can I change items color? when I use color in style both selected and unselected items color changed.
The text was updated successfully, but these errors were encountered: