-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
textInput value not showing android #177
Comments
I had a look at the source code and you can pass the prop textColor. This works for me.
|
[Edit] Change of color handling behavior in react native core.
final int[] attrs = {android.R.attr.textColorPrimary};
final TypedArray a = searchView.getContext().obtainStyledAttributes(0, attrs);
colorList = a.getColorStateList(0); |
@umhan35 would be really nice if you could merge the pull request |
textInput value not showing when typying in android
my app forced to use RTL,
typing in RTL works good
but in LTR not showing
only after fast-refresh LTR typing is showing
react-native 0.61
react-native-search-bar 3.5.1
The text was updated successfully, but these errors were encountered: