Tymoteusz Boba
Tymoteusz Boba
## Summary Right now, Bluesky app uses Reanimated of version 2.14.4. This PR introduces an update for this library to 3.1.0 version. It also removes the need to use `useLegacyImplementation`...
**Is your feature request related to a problem? Please describe.** Currently, Bluesky app uses Reanimated v2. As there's an update to v3, bumping to the major version should be considered,...
## Description _Since the beginning of time..._ _Since the first version of react-native-screens..._ _There was a toolbar._ _But toolbar have always been..._ _Small and non-expandable..._ _Nowadays..._ _times have changed._ This...
## Description Currently, on TVOS there's no implementation for search bar on TVOS. Instead of showing the screen with the search bar, React Native Screens renders only the content of...
## Description This PR is a follow up for the PR #1526. Currently, in React Native there's `RCTKeyWindow()` method which goes through each window of `RCTSharedApplication()` and selects the window...
## Description Currently while trying to change the interface orientation there's a bug that doesn't layout the next screen, causing the old frame to remain (which means that the next...
### Description When I was testing #1738, I've spotted a weird bug while using navigation.dispatch() with type RESET on iOS. It seems that when user dispatches a reset to the...
### Discussed in https://github.com/software-mansion/react-native-screens/discussions/1907 Originally posted by @wcastand September 29, 2023 ### Description Trying to use Burnt but the native toasts are hidden behind my `FullWindowOverlay` component. i need it...
### Description After trying to nest any modal to fullscreen modal, application doesn't display any animation (views are changed immediately). https://github.com/software-mansion/react-native-screens/assets/23281839/508d875c-8c8d-45c3-8879-e5496388bd07 (in the preview, fullscreen modal is represented as transparent...
### Description In react-freeze, we're using a component that wraps content into React.Suspense. However, since 0.74 RC's we can observe that some of the `Touchable` components are staying in a...