Simplify PlatformColor bindings · rescript-react-native/rescript-react-native@036566e

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 036566e

committed

Simplify PlatformColor bindings

Deprecated - PlatformColor.unsafeGet* for PlatformColor.unsafe - PlatformColor.Ios.get* for PlatformColor.ios - PlatformColor.Android.get* for PlatformColor.android

1 parent b189fbc commit 036566e

File tree

2 files changed

+

91

-

1522

lines changed

2 files changed

+

91

-

1522

lines changed

Lines changed: 0 additions & 3 deletions

Original file line numberDiff line numberDiff line change

@@ -5,9 +5,6 @@ var Ios = {};

55
66

var Android = {};

77
8-

var IOS;

9-
108

exports.Ios = Ios;

11-

exports.IOS = IOS;

129

exports.Android = Android;

1310

/* No side effect */

0 commit comments

Comments

 (0)