Is this a bug report?
Yes.
Yes.
Environment
react-native -v: 0.48.1
node -v: v7.9.0
npm -v: 5.4.1
yarn --version: N/A
Then, specify:
-
Target Platform: iOS, Android
-
Development Operating System: macOS Sierra 10.12.5
-
Build tools:
react-native run-ios
react-native run-android
Steps to Reproduce
- Create a wrapper view with the styles:
{flexDirection: 'row', alignItems:'baseline'}
- Within the wrapper view, create multiple text nodes with different
fontSizes
Expected Behavior
The text nodes would be aligned along the baseline.
Actual Behavior
The text nodes are not aligned along the baseline. The alignment is indistinguishable from alignItems: 'flex-end'

Reproducible Demo
https://snack.expo.io/HkoJ_QkcZ
(T16975579)
Is this a bug report?
Yes.
Have you read the Contributing Guidelines?
Yes.
Environment
react-native -v: 0.48.1node -v: v7.9.0npm -v: 5.4.1yarn --version: N/AThen, specify:
Target Platform: iOS, Android
Development Operating System: macOS Sierra 10.12.5
Build tools:
react-native run-iosreact-native run-androidSteps to Reproduce
{flexDirection: 'row', alignItems:'baseline'}fontSizesExpected Behavior
The text nodes would be aligned along the baseline.
Actual Behavior
The text nodes are not aligned along the baseline. The alignment is indistinguishable from

alignItems: 'flex-end'Reproducible Demo
https://snack.expo.io/HkoJ_QkcZ
(T16975579)