mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Basically I want my cursor to be the same color of the text. Which means obviously that selecting the text will make it invisibible (ie, red text on red selection rectangle) Today, setting a selection color does set a cursor color, which may be a good default in some cases, but we don't always couple these 2 colors together. See original commit of janicduplessis https://github.com/facebook/react-native/commit/ae57b25134c4db8be8539a0f0e6e52d46c850339 I'd like to be able to set different colors for selection and cursor. Pull Request resolved: https://github.com/facebook/react-native/pull/20276 Differential Revision: D14102952 Pulled By: cpojer fbshipit-source-id: 652ff782044277a0c8a821dd628f0373659a7850
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.