react-native-macos/Libraries/Components
Hetan Thakkar 2fb107c9a6 Fixed Textinput not properly handling padding and paddingVertical in style props (#33564)
Summary:
Fixes https://github.com/facebook/react-native/issues/33562 #21720. Earlier this [`paddingTop`](d5da70e17e/Libraries/Components/TextInput/TextInput.js (L1367)) used to override the  `paddingTop` of `padding` and `paddingVertical` of the style props. Using `Stylesheet.flatten` will solve this problem.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[iOS] [Fixed] - Fixed paddingTop not being applied when using padding and paddingVertical in multiline textinput

Pull Request resolved: https://github.com/facebook/react-native/pull/33564

Reviewed By: christophpurrer, cortinico

Differential Revision: D36018667

Pulled By: kacieb

fbshipit-source-id: 0af0ed8ea536ec4e813325b1cf93c7cb2481eb07
2022-05-17 03:26:34 -07:00
..
AccessibilityInfo fix: remove deprecated removeListener methods (#33580) 2022-05-04 11:32:51 -07:00
ActivityIndicator Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Clipboard Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
DatePicker Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
DatePickerAndroid chore: Add comments explaining the existence of NativeDatePickerAndroid (#33159) 2022-02-28 06:25:20 -08:00
DrawerAndroid Fix SVC/NVC for AndroidDrawerLayout 2022-01-11 00:24:41 -08:00
Keyboard fix: remove deprecated removeListener methods (#33580) 2022-05-04 11:32:51 -07:00
MaskedView Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Pressable Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00
ProgressBarAndroid Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
ProgressViewIOS Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RefreshControl Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
SafeAreaView Remove iOS 11 deprecation warnings around SafeArea (#32851) 2022-05-16 09:27:43 -07:00
ScrollView Move ScrollView's contentOffset to common props 2022-05-09 13:05:16 -07:00
Slider Remove the onChange event for Slider 2022-02-08 19:11:07 -08:00
Sound Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
StatusBar Codemod `Object.assign` with object literal first argument to object spread in Xplat 2022-04-28 19:40:55 -07:00
Switch Fix Switch causing RetryableMountingLayerException (#32602) 2022-02-24 17:46:41 -08:00
TextInput Fixed Textinput not properly handling padding and paddingVertical in style props (#33564) 2022-05-17 03:26:34 -07:00
ToastAndroid Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Touchable Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00
UnimplementedViews Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
View Revert D34518929: TalkBack support for ScrollView accessibility announcements (list and grid) 2022-04-20 06:48:19 -07:00
__tests__ Remove the onChange event for Slider 2022-02-08 19:11:07 -08:00
Button.js Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00
StaticRenderer.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00