grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

Supported toggling bottom/modal sheet props (iOS) #791

Closed grahammendick closed 2 months ago

grahammendick commented 2 months ago

Can't dynamically update largestUndimmedDetentIdentifier or modalPresentationStyle, so added key on iOS to unmount the native component when the bottom/modal props change.

Also exported Sheet component from jest setup so it can be unit tested using React Native testing library