Skip to content

Commit

Permalink
Update SafeAreaContextPackage.kt (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Apr 9, 2024
1 parent bcfa8c3 commit 49408ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SafeAreaContextPackage : TurboReactPackage() {
/** TODO remove the parameter once support for RN < 0.73 is dropped */
reactModule.hasConstants,
reactModule.isCxxModule,
TurboModule::class.java.isAssignableFrom(moduleClass))
BuildConfig.IS_NEW_ARCHITECTURE_ENABLED)
}
return ReactModuleInfoProvider { reactModuleInfoMap }
}
Expand Down

0 comments on commit 49408ca

Please sign in to comment.