Git Product home page Git Product logo

Comments (4)

github-actions avatar github-actions commented on April 27, 2024

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

  • @react-navigation/native (found: 6.0.10, latest: 6.1.10)
  • @react-navigation/bottom-tabs (found: 6.3.1, latest: 6.5.12)
  • @react-navigation/drawer (found: 6.4.1, latest: 6.6.7)
  • @react-navigation/material-top-tabs (found: 6.2.1, latest: 6.6.6)
  • @react-navigation/stack (found: 6.2.1, latest: 6.3.21)
  • react-native-tab-view (found: 3.0.0, latest: 3.5.2)

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

from react-navigation.

khagesh avatar khagesh commented on April 27, 2024

Yes, it is still happening. I updated snack to use latest versions and it is still the same.

from react-navigation.

khagesh avatar khagesh commented on April 27, 2024

I realized that I needed to pass exact same structure to useLinkProps as we have in our navigator. So, if I do below then everything is fine.

useLinkProps({
  to: {
    screen: "main-drawer",
    params: {
      screen: screenNames.itemDetail,
      params: {
        itemId: item.id,
        origin: "search",
      },
    },
});

from react-navigation.

github-actions avatar github-actions commented on April 27, 2024

Hey! This issue is closed and isn't watched by the core team. You are welcome to discuss the issue with others in this thread, but if you think this issue is still valid and needs to be tracked, please open a new issue with a repro.

from react-navigation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.