Yahoo Search Busca da Web

Resultado da Busca

  1. React Navigation | React Navigation. Routing and navigation for Expo and React Native apps. Read Docs Try It. 💡 Coming from an older version? Check out our migration guides. Easy to Use. Start quickly with built-in navigators that deliver a seamless out-of-the-box experience. Components built for iOS and Android.

    • Docs

      The libraries we will install now are react-native-screens...

    • Blog

      We released React Navigation 5 more than half a year ago,...

    • Help

      Need help? If you've encountered a bug with React...

    • Tab Navigation

      For example, React Navigation's tab navigator takes care of...

  2. Routing and navigation for your React Native apps. Contribute to react-navigation/react-navigation development by creating an account on GitHub.

    • Table of Breaking Changes and Deprecations​
    • Note on Mixing React Navigation 5 and React Navigation 6 Packages​
    • General Changes​
    • Stack Navigator​
    • Native Stack Navigator​
    • Bottom Tab Navigator​
    • Material Top Tab Navigator​
    • Material Bottom Tab Navigator​
    • Drawer Navigator​
    • Elements Library​

    The upgrade guide includes both new features as well as breaking changes across all packages. The table below is for your convenience to quickly find the list of all the breaking changes and deprecations.

    To make upgrading easier, it is possible to mix packages from the 6.x.x and 5.x.xversion ranges. However, there are a few things you need to keep in mind: 1. If you're using @react-navigation/native@5.x.x and navigators with 6.x.x version: 1.1. You need to have latest 5.x.x version of @react-navigation/nativepackage installed which includes some ba...

    These following changes are in the core library. You'll need to address this changes when upgrading the @react-navigation/nativepackage. To install the 6.x version of @react-navigation/native, run:

    The following changes are in the @react-navigation/stackpackage. To install the 6.x version of @react-navigation/stack, run:

    The @react-navigation/native-stack package is back. We made few changes to the API so that moving between @react-navigation/stack and @react-navigation/native-stack is easier. If you were using react-native-screens/native-stackbefore, then you'd need to make some changes to your code. To install the 6.x version of @react-navigation/native-stack, ru...

    The following changes are in the @react-navigation/bottom-tabspackage. To install the 6.x version of @react-navigation/bottom-tabs, run:

    The following changes are in the @react-navigation/material-top-tabspackage. To install the 6.x version of @react-navigation/material-top-tabs, run: To upgrade react-native-pager-viewto the latest supported version, do the following: For Expo managed projects: For bare React Native projects:

    The following changes are in the @react-navigation/material-bottom-tabspackage. To install the 6.x version of @react-navigation/material-bottom-tabs, run:

    The following changes are in the @react-navigation/drawerpackage. To install the 6.x version of @react-navigation/drawer, run:

    We have a new package which contains various UI elements related to navigation, such as a Header component. This means that we can now use these components in all navigators. You can also install the library to import components such as Headerto use in any navigator: Now you can import items from there: See the Elements Library pagefor more details...

  3. 1 de jun. de 2018 · React Native integration for React Navigation. Latest version: 6.1.18, last published: 3 months ago. Start using @react-navigation/native in your project by running `npm i @react-navigation/native`. There are 1257 other projects in the npm registry using @react-navigation/native.

  4. Routing and navigation for your React Native apps. Documentation can be found at reactnavigation.org. This branch contains the code for the pre-release version of React Navigation 7. You can find the code for the latest stable version in the 6.x branch.

  5. The libraries we will install now are react-native-screens and react-native-safe-area-context. If you already have these libraries installed and at the latest version, you are done here! Otherwise, read on.

  6. Routing and navigation for your React Native apps. Contribute to react-navigation/react-navigation development by creating an account on GitHub.