navigation icon indicating copy to clipboard operation
navigation copied to clipboard

Scene-Based Navigation for React and React Native

Results 5 navigation issues
Sort by recently updated
recently updated
newest added

I am not sure how to reproduce this issue, but this is an error from our Crashlytics dashboard.

## Screenshots ## Issues Closes #775

Hi there, first would like to say that so far I'm loving the library, the performance and the UX is really nice overall, beyond my expectations. A question I had...

TabBarItem component's font-related props will not take effect if it is wrapped in another component and placed within the TabBar component. for example: ``` const WrappedTabbarItem = () => (...

Hi, hope you're doing well. Is there any chance we can get shared element transitions for iOS? Currently Apple [added](https://developer.apple.com/videos/play/wwdc2024/10145/) a transition API for iOS 18 that handles this, but...