mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a17797940d
Summary: This fixes the regression recently introduced during refactoring of text-related classes. So, added fragment of code was lost in D5715830. See how it looked before: https://github.com/facebook/react-native/blob/9f5bdd7b497427506dab753ed12017900cb5ffe7/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactTextShadowNode.java#L424-L431 Reviewed By: TheSavior Differential Revision: D5827424 fbshipit-source-id: 5df99620057ff6a27105dd05903c7f5def85c5d2
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.