Skip to content

Commit bf25d39

Browse files
committed
fixup! fix(apple): fix app autodetection in bridgeless mode
1 parent b08d8c7 commit bf25d39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/ReactTestApp/AppRegistryModule.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ - (void)invokeAsync:(std::function<void()> &&)func;
1616

1717
void RTAPostDidRegisterAppsNotification(NSValue *value)
1818
{
19-
Runtime *runtime = static_cast<Runtime *>([value pointerValue]);
20-
19+
auto runtime = static_cast<Runtime *>([value pointerValue]);
2120
auto appKeys = ReactTestApp::GetAppKeys(*runtime);
2221
if (appKeys.empty()) {
2322
return;

0 commit comments

Comments
 (0)