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
9
1
diff --git a/node_modules/react-native/Libraries/Renderer/.DS_Store b/node_modules/react-native/Libraries/Renderer/.DS_Store
10
2
new file mode 100644
11
- index 0000000..720e67d
3
+ index 0000000..c91247c
12
4
Binary files /dev/null and b/node_modules/react-native/Libraries/Renderer/.DS_Store differ
13
5
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js
14
6
index 1680f6c..de28a8e 100644
@@ -24,3 +16,17 @@ index 1680f6c..de28a8e 100644
24
16
25
17
if (prevIsInAParentText !== isInAParentText) {
26
18
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