Skip to content

Commit

Permalink
android: Default textColor of #000000 on Android.
Browse files Browse the repository at this point in the history
Part of the RN v0.59 -> v0.60 changes to the template app [1]. This
purely cosmetic change may freely be positioned before the upgrade.

Corresponds to facebook/react-native@0851d5fac, released in RN
v0.60.0.

It looks like this was done for consistency among manufacturers, and
consistency with iOS; iOS uses #000000.

[1]: https://react-native-community.github.io/upgrade-helper/?from=0.59.10&to=0.60.6
  • Loading branch information
chrisbobbe authored and gnprice committed May 28, 2020
1 parent bb1b102 commit 8919a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/primaryColor</item>
<item name="colorPrimaryDark">@color/primaryColorDark</item>
<item name="android:textColor">#000000</item>
</style>

</resources>

0 comments on commit 8919a6a

Please sign in to comment.