Closed ohmoses closed 5 years ago
I put a few fixes together into a single PR, because they're tiny.
Also, I fixed an unrelated potential bug in TextInput (in fortunately otherwise unused code):
TextInput
const {oldHeightType} = oldProps
changed to
const {heightType: oldHeightType} = oldProps
I put a few fixes together into a single PR, because they're tiny.
Bugs fixed:
Also, I fixed an unrelated potential bug in
TextInput
(in fortunately otherwise unused code):changed to