Skip to content

Commit

Permalink
chore: registers fonts for rn modules
Browse files Browse the repository at this point in the history
  • Loading branch information
raonivaladares committed Nov 6, 2020
1 parent d5372b7 commit 42a51ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iOS/sample-integration-ios/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import UIKit
import NatDS
import rn_sample_ios_lib
import rn_sample_fixed_ios_lib

@main
class AppDelegate: UIResponder, UIApplicationDelegate {
Expand All @@ -10,7 +11,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
DesignSystem().configure(with: .naturaLight)
SampleResourcesManager.registerFonts()
rn_sample_ios_lib.SampleResourcesManager.registerFonts()
rn_sample_fixed_ios_lib.SampleResourcesManager.registerFonts()

return true
}
Expand Down

0 comments on commit 42a51ff

Please sign in to comment.