Jakub Tkacz
Jakub Tkacz
# Why This PR adds iOS link preview support - a feature used in apps like Twitter and Instagram to display a preview of the next screen. https://github.com/user-attachments/assets/1e557e42-ebb6-49b2-b2c2-40350aac373b # How...
# Why To render peek and pop previews, we need the ability to render a different route within the current route. This PR introduces HrefPreview, which allows rendering a preview...
# Why The native warnings were only printed to swift console. # How 1. Log warnings to jsLogger 2. Fix unmounting issues # Test Plan 1. Manual testing - you...
# Why There were issues, when Link with zoom transition was: - used in preview - pointing to external url # How # Test Plan 1. CI 2. Manual testing...
# Why Adding initial version of zoom transition docs # How # Test Plan # Checklist - [ ] I added a `changelog.md` entry and rebuilt the package sources according...
# Why Even though the zoom transition target was marked the animation was calculated assuming same aspect ratio of source and destination view. | Before | After | |--|--| |...
# Why # How # Test Plan # Checklist - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ]...
# Why # How # Test Plan # Checklist - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ]...
### Current behavior Originally reported in https://github.com/expo/expo/issues/39514 https://github.com/user-attachments/assets/221da870-08a4-4ca3-943e-919b84475700 I suspect the issue is related to [code here](https://github.com/react-navigation/react-navigation/blob/main/packages/bottom-tabs/src/views/BottomTabView.tsx#L304) (setting the activity state using `Animated`) and integration with `react-native-screens`. I can only...