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 19cd33b commit ffbec0dCopy full SHA for ffbec0d
1 file changed
ios/RNSFullWindowOverlay.mm
@@ -232,7 +232,7 @@ - (void)updateLayoutMetrics:(react::LayoutMetrics const &)layoutMetrics
232
- (void)updateProps:(const facebook::react::Props::Shared &)props
233
oldProps:(const facebook::react::Props::Shared &)oldProps
234
{
235
- const auto &oldComponentProps = *std::static_pointer_cast<react::RNSFullWindowOverlayProps>(_props);
+ const auto &oldComponentProps = *std::static_pointer_cast<const react::RNSFullWindowOverlayProps>(_props);
236
const auto &newComponentProps = *std::static_pointer_cast<const react::RNSFullWindowOverlayProps>(props);
237
238
if (newComponentProps.containerAccessibilityViewIsModal != oldComponentProps.containerAccessibilityViewIsModal) {
0 commit comments