We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4f571 commit 041e869Copy full SHA for 041e869
1 file changed
packages/react-native/React/Base/RCTBridge.mm
@@ -184,12 +184,6 @@ void RCTRegisterModule(Class moduleClass)
184
185
BOOL RCTTurboModuleEnabled(void)
186
{
187
-#if RCT_DEBUG
188
- // TODO(T53341772): Allow TurboModule for test environment. Right now this breaks RNTester tests if enabled.
189
- if (RCTRunningInTestEnvironment()) {
190
- return NO;
191
- }
192
-#endif
193
return YES;
194
}
195
0 commit comments