GeekyAnts / GeekyAnts/NativeBase
Input - Black selection color by default - and selectionColor not working
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
The selection/highlight color in android is blackish making selected text not readable. Also, selectionColor prop on Input component has no effect. Instead it is always a blackish color in Android. (not tested for iOS). All the examples in the documentation has this blackish selection color. (Tested through Expo Go)
### CodeSandbox/Snack link
https://snack.expo.dev/CMJ1SyKTd
### Steps to reproduce
1. Create an Input component
2. Add selectionColor prop (optional)
3. On Android, enter some text and long press. Selection color is always black.
### NativeBase Version
3.4.15
### Platform
- [X] Android
- [ ] CRA
- [ ] Expo
- [ ] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.