Check out example codes for "swift navigation bar title font". It will help you in understanding the concepts better.
Code Example 1
// Place this in your didFinishLaunchingWithOptions method in the AppDelegate
let attrs = [
NSAttributedString.Key.font: UIFont(name: "Futura-Bold", size: 17)!
]
UINavigationBar.appearance().titleTextAttributes = attrs
Learn ReactJs, React Native from akashmittal.com