Commit 26f313b
Remove useTurboModules assertion from ReactHostImpl.getOrCreateStartTask (#56927)
Summary:
Pull Request resolved: #56927
The `useTurboModules` flag is being deleted; it always returns true on the canary release stage. The DEBUG-gated assertion in `ReactHostImpl.getOrCreateStartTask()` is therefore tautological — remove it.
The `enableBridgelessArchitecture` assertion immediately above stays.
Behavior is unchanged.
Changelog:
[Internal]
Reviewed By: fkgozali
Differential Revision: D105718211
fbshipit-source-id: baca6b599af95247bd632096487eabfc2b9f3e941 parent 0f7bd33 commit 26f313b
1 file changed
Lines changed: 0 additions & 5 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/runtime
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | 859 | | |
865 | 860 | | |
866 | 861 | | |
| |||
0 commit comments