0
0
KKKhalid Khan
The code creates a NavigationInjectedProps object, which is then used to create an instance of NavigationOptions. The NavigationOptions instance has a title property set to "Title Screen.
Library: react-native
Shortcut: reactnative.nav
public static navigationOptions = ({ navigation }: NavigationInjectedProps) => ({
title: 'Title',
});