
DavidandFacebook GitHub Bot
5dd2f2e4b7
fix: Update incorrect SwitchChangeEvent type (#34931)
Summary:
I noticed that typescript type for `onChange` event of `<Switch/>` was incorrect
```tsx
<Switch
onChange={(event) => {
// TS
event.value; // boolean
event.nativeEvent.value; //TS2339: Property 'value' does not exist on type 'Event'.
// JS
console.log(event.nativeEvent); // {value:false,target:87}
console.log(event.value); // undefined
}}
/>
```
## Changelog
[General] [Changed] - Typescript: update incorrect `SwitchChangeEvent` type
Pull Request resolved: https://github.com/facebook/react-native/pull/34931
Test Plan: ...
Reviewed By: lunaleaps
Differential Revision: D40240552
Pulled By: skinsshark
fbshipit-source-id: 4d39d547778de4ac4dc6c94471f05bfbe157d0e5
2022-10-12 13:05:35 -07:00
..
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-10-11 03:35:58 -07:00
2022-10-12 04:11:08 -07:00
2022-09-30 14:28:48 -07:00
2022-09-29 14:31:12 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-10-12 13:05:35 -07:00
2022-10-05 15:17:53 -07:00
2022-09-30 14:28:48 -07:00
2022-08-12 17:16:40 -07:00
2022-10-11 20:05:05 -07:00
2022-09-30 14:28:48 -07:00
2022-10-11 05:48:42 -07:00
2022-10-06 13:19:11 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-06-21 12:36:43 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-21 12:59:09 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-10-07 07:18:42 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-10-11 20:05:05 -07:00
2022-10-07 18:13:04 -07:00
2022-09-30 14:28:48 -07:00
2021-12-30 15:11:21 -08:00
2022-09-26 12:09:45 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-10-03 05:57:30 -07:00
2022-09-13 07:08:01 -07:00
2022-03-29 11:52:49 -07:00
2022-10-12 09:35:43 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2022-03-22 17:10:18 -07:00
2022-10-04 18:51:59 -07:00
2022-09-30 01:15:29 -07:00
2022-09-30 14:28:48 -07:00
2022-09-30 14:28:48 -07:00
2021-12-30 15:11:21 -08:00
2022-09-30 14:28:48 -07:00
2018-02-27 08:42:14 -08:00
2022-05-05 03:55:10 -07:00
2021-12-30 15:11:21 -08:00
2021-12-30 15:11:21 -08:00