Skip to main content
Version: 7.37.0

Large Title Options

Controls the top bar large title on iOS, available on iOS 11 and above.

const options = {
topBar: {
largeTitle: {},
},
};

visible#

Controls whether the large title is visible or not.

TypeRequiredPlatform
booleanNoiOS

fontSize#

Set the title font size. On Android this value is in sp.

TypeRequiredPlatform
numberNoiOS

color#

Large title text color.

TypeRequiredPlatform
ColorNoiOS

fontFamily#

Set the large title FontFamily.

TypeRequiredPlatform
FontFamilyNoiOS

fontStyle#

TypeRequiredPlatform
enum('normal', 'italic')NoiOS

fontWeight#

TypeRequiredPlatform
enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900')NoiOS