mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
475df0699d
Summary: This diff ensures the measurement and rendering of FB emojis is correnct in RN Android. Before this commit we were customizing Spannable object with FB emojis right before rendering the text into the TextView, this diff ensures that the Spannable is "customized" as soon as it is created, ensuring the measurement of the Text. changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D19354107 fbshipit-source-id: 92e07cf30503404f7820f25eaa9efdc02f6bddbd
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.