Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit bf30554

Browse files
authored
Renderer patch production (#5)
* delete patches * add new patch for prod/dev
1 parent 1d8ad0c commit bf30554

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
diff --git a/node_modules/react-native/.DS_Store b/node_modules/react-native/.DS_Store
2-
new file mode 100644
3-
index 0000000..fbc703a
4-
Binary files /dev/null and b/node_modules/react-native/.DS_Store differ
5-
diff --git a/node_modules/react-native/Libraries/.DS_Store b/node_modules/react-native/Libraries/.DS_Store
6-
new file mode 100644
7-
index 0000000..42255c2
8-
Binary files /dev/null and b/node_modules/react-native/Libraries/.DS_Store differ
91
diff --git a/node_modules/react-native/Libraries/Renderer/.DS_Store b/node_modules/react-native/Libraries/Renderer/.DS_Store
102
new file mode 100644
11-
index 0000000..720e67d
3+
index 0000000..c91247c
124
Binary files /dev/null and b/node_modules/react-native/Libraries/Renderer/.DS_Store differ
135
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js
146
index 1680f6c..de28a8e 100644
@@ -24,3 +16,17 @@ index 1680f6c..de28a8e 100644
2416

2517
if (prevIsInAParentText !== isInAParentText) {
2618
return {
19+
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js
20+
index d1b2a91..e443e22 100644
21+
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js
22+
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js
23+
@@ -3442,7 +3442,8 @@ function pushHostContext(fiber) {
24+
"RCTMultilineTextInputView" === JSCompiler_inline_result ||
25+
"RCTSinglelineTextInputView" === JSCompiler_inline_result ||
26+
"RCTText" === JSCompiler_inline_result ||
27+
- "RCTVirtualText" === JSCompiler_inline_result;
28+
+ "RCTVirtualText" === JSCompiler_inline_result ||
29+
+ "RCTTextImproved" === JSCompiler_inline_result;
30+
JSCompiler_inline_result =
31+
context.isInAParentText !== JSCompiler_inline_result
32+
? { isInAParentText: JSCompiler_inline_result }

0 commit comments

Comments
 (0)