Commit fd4d1fa
authored
fix: Fix the issue of TextInput onBlur being ineffective and Release build failure (#2469)
> ## Summary:
> Fix Release build failure #2449
> Fix TextInput onBlur is invalid #2319
> ## Test Plan:
> Run react-native-macos-init and check that the created project builds
and run.1 parent 91790e2 commit fd4d1fa
File tree
2 files changed
+12
-1
lines changed- packages/react-native
- Libraries/Text/TextInput
- ReactCommon/react/runtime/platform/ios/ReactCommon
2 files changed
+12
-1
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
516 | 523 | | |
517 | 524 | | |
518 | 525 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
528 | 532 | | |
529 | 533 | | |
530 | 534 | | |
| |||
0 commit comments