Skip to content

Commit

Permalink
chore: add preventNativeDismiss prop update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed May 13, 2022
1 parent fa19ac2 commit 3524fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/RNSScreen.mm
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ - (void)updateProps:(facebook::react::Props::Shared const &)props
setGestureResponseDistance:[RNSConvert
gestureResponseDistanceDictFromCppStruct:newScreenProps.gestureResponseDistance]];

[self setPreventNativeDismiss:newScreenProps.preventNativeDismiss];

[self setActivityStateOrNil:[NSNumber numberWithInt:newScreenProps.activityState]];

#if !TARGET_OS_TV
Expand Down

0 comments on commit 3524fbc

Please sign in to comment.