mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
37436752f5
Summary: Currently, using `alignSelf: "baseline"` on a `<View>` nested in a `<Text>` fails to position the view properly. Using `alignItems: "baseline"` on the parent `<Text>` doesn't work either. /cc shergin ### Current Result  ### Expected Result  Pull Request resolved: https://github.com/facebook/react-native/pull/28242 Reviewed By: PeteTheHeat Differential Revision: D20308202 Pulled By: shergin fbshipit-source-id: adb75b763db1c3e879cb90d469a80ee8262a3609