Skip to content

Commit

Permalink
chore(hermes): use jsc by default in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg committed Mar 4, 2025
1 parent 8703ec3 commit 5d47550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ - (void)viewDidLoad {
[self setNavigationItemTitle:@"Page Managerment"];
_currentDriver = DriverTypeReact;
_renderer = kRenderTypeNative;
_jsEngine = kJSEngineTypeHermes;
_jsEngine = kJSEngineTypeJSC;
[self setNavigationAreaBackground:[UIColor whiteColor]];
CGFloat ratio = 229.f / 255.f;
[self setContentAreaBackgroundColor:[UIColor colorWithRed:ratio green:ratio blue:ratio alpha:1]];
Expand Down

0 comments on commit 5d47550

Please sign in to comment.