Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

react-native-dialog+9.2.0.patch 577B

12345678910111213
  1. diff --git a/node_modules/react-native-dialog/lib/Description.js b/node_modules/react-native-dialog/lib/Description.js
  2. index 7eb97bb..2da9ed3 100644
  3. --- a/node_modules/react-native-dialog/lib/Description.js
  4. +++ b/node_modules/react-native-dialog/lib/Description.js
  5. @@ -23,7 +23,7 @@ const buildStyles = (isDark) => StyleSheet.create({
  6. text: Platform.select({
  7. ios: {
  8. textAlign: "center",
  9. - color: PlatformColor("secondaryLabel"),
  10. + color: PlatformColor("label"),
  11. fontSize: 13,
  12. marginTop: 4,
  13. },