Jakub Tkacz

Results 13 issues of 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...

bot: suggestions
bot: fingerprint changed

# 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...

bot: passed checks
bot: fingerprint compatible

# 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...

bot: suggestions
bot: fingerprint changed

# 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...

bot: passed checks
bot: fingerprint compatible

# Why Adding initial version of zoom transition docs # How # Test Plan # Checklist - [ ] I added a `changelog.md` entry and rebuilt the package sources according...

bot: passed checks
preview

# Why Even though the zoom transition target was marked the animation was calculated assuming same aspect ratio of source and destination view. | Before | After | |--|--| |...

bot: passed checks
bot: fingerprint changed

# 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) - [ ]...

bot: passed checks

# 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) - [ ]...

bot: suggestions
bot: fingerprint compatible

### 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...

bug
platform:ios
repro provided