Commit 2be9da2
authored
## Summary:
`typingAttributes` was added in a recent React Native release, but not
brought to `RCTUITextField` (where we have to port some iOS only props
to macOS). This caused an `unrecognized selector` style crash when
trying to set `typingAttributes`.
## Test Plan:
Booting RNTester-macOS with the new architecture no longer crashes,
1 parent 28bab0d commit 2be9da2
File tree
1 file changed
+1
-0
lines changed- packages/react-native/Libraries/Text/TextInput/Singleline
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments