See https://rnplay.org/apps/PDWePA to reproduce the bug.
@sahrens, this might be related to your recent changes to TextInput
I've run into this as well.
Looks like this is an iOS-only problem, and only occurs with multiline={false} (which is the default).
I haven't touched iOS for a while - @nicklockwood, can you take a look?
Sorry for the super slow response, this totally fell off my radar and most of the syled inputs we have been using are all multiline so we didn't notice internally.
I've done some playing around with this, and there are a few unexpected behaviors:
multiline={true} to apply any font styling.fontWeight and fontStyle applied simultaneously will cause neither to be appliedfontSize will strip any font weight styling.You can see some examples in play here:
https://rnplay.org/apps/iiZDsA
I just created a ProductPains post for this: https://productpains.com/post/react-native/text-styles-not-applied-correctly-in-textinput

Looks like it works :)
@christophermark any chance you'd be willing to submit a PR for this? @grabbou what do you think next steps ought to be?
It's actually quite frustrating that it can't get fixed for a year already.
@javache or @mmmulani - do you guys have time to take a look? Pretty buggy.
Fix up internally.
Hmm I'm still seeing this issue on RN 0.39 (which was released Dec 1st, after the fix was committed...).
Are other people getting this working?
I'm still seeing this issue on 0.49.0
@bsiddiqui So, fontWeight and fontStyle do not work with
@shergin iOS, yeah fontWeight doesn't work unless I make the TextInput multiline
@bsiddiqui Oh, that's a bummer. 馃槩 Only fontWeight?
Could you please create a new issue for that, add a Snack example, and cc me?
cc @rigdern
@bsiddiqui can you share a snippet? I tried to make my TextInput multiline but fontWeight still does not apply.
Most helpful comment
Hmm I'm still seeing this issue on RN 0.39 (which was released Dec 1st, after the fix was committed...).
Are other people getting this working?