mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 05:19:16 +08:00
Summary: iOS's `allowFontScaling` example was copied to Android. Also, I added a case illustrating that `allowFontScaling` gets inherited in nested `<Text>` scenarios. This tests the bug fix from #22917. This nested case was added to both iOS and Android. Also, moved the comment in `TextAttributes.java` from the top of the file to the top of the class definition as requested in #22917. Pull Request resolved: https://github.com/facebook/react-native/pull/22991 Differential Revision: D13671380 Pulled By: cpojer fbshipit-source-id: a8aae4f051c76391e33bdbd6bdc80aff9b7de5cd
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.