react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

Home of the documentation and other miscellanea

Results 227 react-navigation.github.io issues
Sort by recently updated
recently updated
newest added

Use useLayoutEffect instead of useEffect for perfect transition between pages.

# Overview I have a main navigator with a bunch of screens, I wanted a deep link to one of those screens to go back to the initial route and...

You're no longer receiving the navigation prop when using the static api and must use the `useNavigation` hook

Changed 'Analitics' to 'Analytics' # READ ME PLEASE > **TL;DR: Make sure to add your changes to versioned docs** Thanks for opening a PR! The docs cover several versions of...

Issue Close: #1270 This change resolves issue #1270 by updating following **React-Navigation** SVGs https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro.svg https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_header.svg https://github.com/react-navigation/react-navigation.github.io/blob/main/static/img/spiro_white.svg This change results in 90% decrease in file size (33 --> 3.3)

Hi there! 👋 I've added the `unsubscribe()` method to the "preventing-going-back" example. This addition ensures that we clean up the event listener when the component unmounts, preventing potential memory leaks...

It's neater with null chaining # READ ME PLEASE > **TL;DR: Make sure to add your changes to versioned docs** Thanks for opening a PR! The docs cover several versions...

…intent-filters external documentation url The current link redirects to https://support.google.com/android/search?q=open+by+default#web-assoc which does not provide the intended document. I changed it to the actual url which is 'https://developer.android.com/training/app-links/verify-android-applinks#web-assoc' # READ ME...

Add missing `onSearchButtonPress` prop to the `headerSearchBarOptions`