Alex Zelensky

Results 2 issues of Alex Zelensky

IE 10 uses the following format for [flex](https://msdn.microsoft.com/en-us/library/ie/hh673531%28v=vs.85%29.aspx) property: ``` -ms-flex: ``` And single props for each argument: `-ms-flex-positive`, `-ms-flex-negative` and `-ms-flex-preferred-size` (there is no `flex-grow`, `flex-shrink` and `flex-basis` in...

See related source code: https://github.com/callstack/react-native-paper/blob/813cdd47a90ee3bb693c6ec143af73092cd3edae/src/components/TextInput/Label/InputLabel.tsx#L62 See React Native 0.73 docs mentioning `transformOrigin` https://reactnative.dev/docs/0.73/transforms#transform-origin It means we do not need to move TextInput label with [translateX](https://github.com/callstack/react-native-paper/blob/813cdd47a90ee3bb693c6ec143af73092cd3edae/src/components/TextInput/Label/InputLabel.tsx#L63) to adjust label position after...