Add PlatformColor ios ClearColor · rescript-react-native/rescript-react-native@b813ee9

Original file line numberDiff line numberDiff line change

@@ -30,26 +30,27 @@ external unsafeGetMultiple: array(string) => Color.t = "PlatformColor";

3030
3131

module Ios = {

3232

type t = [

33+

| `clearColor

34+

| `darkText

3335

| `label

34-

| `secondaryLabel

35-

| `tertiaryLabel

36+

| `lightText

37+

| `link

38+

| `opaqueSeparator

39+

| `placeholderText

3640

| `quaternaryLabel

37-

| `systemFill

38-

| `secondarySystemFill

39-

| `tertiarySystemFill

4041

| `quaternarySystemFill

41-

| `placeholderText

42-

| `systemBackground

42+

| `secondaryLabel

4343

| `secondarySystemBackground

44-

| `tertiarySystemBackground

45-

| `systemGroupedBackground

44+

| `secondarySystemFill

4645

| `secondarySystemGroupedBackground

47-

| `tertiarySystemGroupedBackground

4846

| `separator

49-

| `opaqueSeparator

50-

| `link

51-

| `darkText

52-

| `lightText

47+

| `systemBackground

48+

| `systemFill

49+

| `systemGroupedBackground

50+

| `tertiaryLabel

51+

| `tertiarySystemBackground

52+

| `tertiarySystemFill

53+

| `tertiarySystemGroupedBackground

5354

];

5455

[@bs.module "react-native"] external get: t => Color.t = "PlatformColor";

5556

[@bs.module "react-native"]