We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08d8c7 commit bf25d39Copy full SHA for bf25d39
ios/ReactTestApp/AppRegistryModule.mm
@@ -16,8 +16,7 @@ - (void)invokeAsync:(std::function<void()> &&)func;
16
17
void RTAPostDidRegisterAppsNotification(NSValue *value)
18
{
19
- Runtime *runtime = static_cast<Runtime *>([value pointerValue]);
20
-
+ auto runtime = static_cast<Runtime *>([value pointerValue]);
21
auto appKeys = ReactTestApp::GetAppKeys(*runtime);
22
if (appKeys.empty()) {
23
return;
0 commit comments