mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
b4100ef246
Summary: The spannable flags for RCTVirtualText were always being set to INCLUSIVE_EXCLUSIVE - this is different than the behavior that is found in ReactTextShadowNode, which sets EXCLUSIVE_INCLUSIVE as the default flag unless the text is at the beginning. This is needed to fix various problems with TextInput, including the handling of empty spans (see also D2962394 which depends on this patch), and making the behavior consistent when styled children of a TextInput are changed. Differential Revision: D2962643
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.