Skip to content

Commit

Permalink
fix: unnecessary comma in MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbej committed Oct 31, 2023
1 parent 384cde4 commit e2d5ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected ReactActivityDelegate createReactActivityDelegate() {
this,
getMainComponentName(),
// If you opted-in for the New Architecture, we enable the Fabric Renderer.
DefaultNewArchitectureEntryPoint.getFabricEnabled(), // fabricEnabled
DefaultNewArchitectureEntryPoint.getFabricEnabled() // fabricEnabled
// If you opted-in for the New Architecture, we enable Concurrent React (i.e. React 18).
// DefaultNewArchitectureEntryPoint.getConcurrentReactEnabled() // concurrentRootEnabled // TODO: why has this been deleted?
);
Expand Down

0 comments on commit e2d5ae9

Please sign in to comment.