Skip to content

Commit

Permalink
update comment to use BaseReactPackage instead of TurboReactPackage (f…
Browse files Browse the repository at this point in the history
…acebook#46102)

Summary:
Pull Request resolved: facebook#46102

Changelog: [Internal]

TurboReactPackage is deprecated, use BaseReactPackage instead

Reviewed By: NickGerleman

Differential Revision: D61487902

fbshipit-source-id: a47436148b83b3dbdd985c8c480f78307e080a2c
  • Loading branch information
philIip authored and facebook-github-bot committed Aug 20, 2024
1 parent 1a49892 commit e8fd7a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
final Map<String, NativeModule> moduleMap = new HashMap<>();
for (ReactPackage reactPackage : mChildReactPackages) {
/**
* For now, we eagerly initialize the NativeModules inside TurboReactPackages. Ultimately, we
* should turn CompositeReactPackage into a TurboReactPackage and remove this eager
* For now, we eagerly initialize the NativeModules inside BaseReactPackages. Ultimately, we
* should turn CompositeReactPackage into a BaseReactPackage and remove this eager
* initialization.
*
* <p>TODO: T45627020
Expand Down

0 comments on commit e8fd7a0

Please sign in to comment.