Environment
OS: macOS 10.14.1
Node: 8.14.0
Yarn: 1.3.2
npm: 6.4.1
Watchman: 4.9.0
Xcode: Xcode 10.0 Build version 10A255
Android Studio: 3.2 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.6.1 => 16.6.1
react-native: 0.57.7 => 0.57.7
Description
On iOS, if a TextInput has similar lineHeight and fontSize style props, the field doesn't scroll when the length of the value overflows its container.
I've done some experiments with trial and error and it appears that when they're within 2pt of each other, the issue happens.

Reproducible Demo
Here's a Snack with multiple test cases to illustrate the issue: https://snack.expo.io/B1JHzT1lE
Environment
OS: macOS 10.14.1
Node: 8.14.0
Yarn: 1.3.2
npm: 6.4.1
Watchman: 4.9.0
Xcode: Xcode 10.0 Build version 10A255
Android Studio: 3.2 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.6.1 => 16.6.1
react-native: 0.57.7 => 0.57.7
Description
On iOS, if a
TextInputhas similarlineHeightandfontSizestyle props, the field doesn't scroll when the length of the value overflows its container.I've done some experiments with trial and error and it appears that when they're within 2pt of each other, the issue happens.
Reproducible Demo
Here's a Snack with multiple test cases to illustrate the issue: https://snack.expo.io/B1JHzT1lE