【React Native】TextInputにselectionColorを設定するとAndroidで文字が見えなくなる
1259 ワード
前提
- React Native 0.62.2
問題
解決方法
- 以下のように半透明の色を直接指定する
selectionColor='rgba(0, 0, 0, 0.5)'
解決方法
- 以下のように半透明の色を直接指定する
selectionColor='rgba(0, 0, 0, 0.5)'
selectionColor='rgba(0, 0, 0, 0.5)'
参考文献
Author And Source
この問題について(【React Native】TextInputにselectionColorを設定するとAndroidで文字が見えなくなる), 我々は、より多くの情報をここで見つけました https://qiita.com/YukiOmori/items/89856553b4bd63e6c3e0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .