Commit 78d6092
iOS: Fixes Switch component incorrectly renders as toggled on even though value prop is hardcoded to false (#50049)
Summary:
Fixes #50026
## Changelog:
[IOS] [FIXED] - [Fabric] iOS: Fixes Switch component incorrectly renders as toggled on even though value prop is hardcoded to false
Pull Request resolved: #50049
Test Plan: Repro please see #50026.
Reviewed By: javache
Differential Revision: D71307864
Pulled By: cipolleschi
fbshipit-source-id: 57238296842229cf2f23a3f44134f43e27b546091 parent 6b2826e commit 78d6092
File tree
1 file changed
+1
-1
lines changed- packages/react-native/React/Fabric/Mounting/ComponentViews/Switch
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments