react-native-screens
react-native-screens copied to clipboard
Native navigation primitives for your React Native app.
### Description We are encountering the "FragmentManager is already executing transactions" error in the app after installing the latest version of react-native-screens. This same issue was previously discussed in #1506,...
### Description Hi, I am using react-native-screens 4.0.0-beta.14 and I would like to center my title, however the title is not centered but instead left aligned in a weird way....
## Description WIP WIP Fixes #2424 ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this...
Currently there is a lot of logic to make `Screens` work properly in native-stack, including: - Making sure screens is enabled and mark it for native-stack - Making sure screens...
## Description This PR removes of `unstable_screenStyle` ## Changes Instead of adding `unstable_screenStyle` that directly adds background on `Screen` component, we can pick the `backgroundColor` from `contentStyle` and apply it...
### Description Not sure if I should be posting this here or in react-navigation, nor if its too early since things are still in beta! But I was requested to...
## Description FullWindowOverlay implementation for android TODO: - [ ] EventHandling ## Changes - Added FullWindowOverlay implementation for android The implementation is adding a FullWindowOverlayRootView to the window for every...
### Description When trying to imperatively set the text of the search bar input using a ref, it doesn't work as ref is always null on render. ### Steps to...
## Description This PR intends to introduce FWO for Android. For now PR is a bit messy, posted just to showcase solution that could be useful for #2421. Status: -...
### Description I have written a custom SVG component to apply an overlay fading ``` const styles = StyleSheet.create({ svg: { zIndex: 99, pointerEvents: 'none', }, }); ``` I am...