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

Without TypeScript compiler shows this error: Generic type 'NavigationContainerRef' requires 1 type argument(s).ts(2314) # READ ME PLEASE > **TL;DR: Make sure to add your changes to versioned docs** Thanks for...

https://reactnavigation.org/docs/redux-integration ```tsx }} /> ``` The type of title does not take a function: ``` title?: string ``` It should be `headerTitle`.

- Removed duplicat code from versioned_docs/version-7.x/auth-flow.md

React Navigation Stack, v7.x

PR includes fixes for typos.

This improves the verbiage used in the upgrade guide.

There isn't any mention regard the 'merge: true' in the props, I add a note about it.

app.js /** * Sample React Native App * https://github.com/facebook/react-native * * @format */ import React from "react"; import { Text, Button } from "react-native"; import { Drawer } from "react-native-drawer-layout";...

This PR adds an alternative setup option for iOS projects using Swift, introduced in React Native v0.79.0. The new section provides developers with the necessary AppDelegate.swift implementation for handling deep...