Skip to content

Commit 309d705

Browse files
mrochfacebook-github-bot
authored andcommitted
Deploy 0.178.0 to xplat
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D36356453 fbshipit-source-id: e56e4694d4e0811f760a3994a889b48f2ba8cffb
1 parent ce06214 commit 309d705

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.177.0
74+
^0.178.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.177.0
74+
^0.178.0

Libraries/StyleSheet/PlatformColorValueTypes.ios.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ export const normalizeColorObject = (
5858
const dynamic = color.dynamic;
5959
const dynamicColor: NativeColorValue = {
6060
dynamic: {
61+
// $FlowFixMe[incompatible-use]
6162
light: normalizeColor(dynamic.light),
63+
// $FlowFixMe[incompatible-use]
6264
dark: normalizeColor(dynamic.dark),
65+
// $FlowFixMe[incompatible-use]
6366
highContrastLight: normalizeColor(dynamic.highContrastLight),
67+
// $FlowFixMe[incompatible-use]
6468
highContrastDark: normalizeColor(dynamic.highContrastDark),
6569
},
6670
};
@@ -78,9 +82,13 @@ export const processColorObject = (
7882
const dynamic = color.dynamic;
7983
const dynamicColor: NativeColorValue = {
8084
dynamic: {
85+
// $FlowFixMe[incompatible-use]
8186
light: processColor(dynamic.light),
87+
// $FlowFixMe[incompatible-use]
8288
dark: processColor(dynamic.dark),
89+
// $FlowFixMe[incompatible-use]
8390
highContrastLight: processColor(dynamic.highContrastLight),
91+
// $FlowFixMe[incompatible-use]
8492
highContrastDark: processColor(dynamic.highContrastDark),
8593
},
8694
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"ws": "^6.1.4"
134134
},
135135
"devDependencies": {
136-
"flow-bin": "^0.177.0",
136+
"flow-bin": "^0.178.0",
137137
"react": "18.0.0",
138138
"react-test-renderer": "^18.0.0"
139139
},

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "^4.2.0",
3535
"eslint-plugin-react-native": "^3.11.0",
3636
"eslint-plugin-relay": "^1.8.2",
37-
"flow-bin": "^0.177.0",
37+
"flow-bin": "^0.178.0",
3838
"inquirer": "^7.1.0",
3939
"jest": "^26.6.3",
4040
"jest-junit": "^10.0.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ untyped-import
6363
untyped-type-import
6464

6565
[version]
66-
^0.177.0
66+
^0.178.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,10 +3226,10 @@ flatted@^3.1.0:
32263226
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
32273227
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
32283228

3229-
flow-bin@^0.177.0:
3230-
version "0.177.0"
3231-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.177.0.tgz#dd537424dcbdd56f3cc85fd72330840a590e4711"
3232-
integrity sha512-hEm9VDf07iGcfjiCaxZAbpp/bRcgPf/Q3f7UucWpMotrM0MmyZ2hCBvhw53XCd3M7+fP8eyZKRvUWtrMqEC/Sg==
3229+
flow-bin@^0.178.0:
3230+
version "0.178.0"
3231+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.178.0.tgz#893f32bbb2bea09a5cf53446d99d4c791b2220b2"
3232+
integrity sha512-D1S8c/oaiHAeKaxNxdJJ6SxjxwetNRgPWc9PI1wCSNfB3o0gAJKE5ic2B84c2QmRcs6dMYw6b9GDelYpWsArfg==
32333233

32343234
flow-parser@0.*:
32353235
version "0.163.0"

0 commit comments

Comments
 (0)