Yahoo Search Busca da Web

Resultado da Busca

  1. www.npmjs.com › package › react-navigationreact-navigation - npm

    Routing and navigation for your React Native apps. Latest version: 5.0.0, last published: a year ago. Start using react-navigation in your project by running `npm i react-navigation`. There are 627 other projects in the npm registry using react-navigation.

  2. 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`.

    • Pre-Requisites​
    • Minimum Requirements​
    • Installation​
    • Wrapping Your App in Navigationcontainer​

    If you're already familiar with JavaScript, React and React Native, then you'll be able to get moving with React Navigation quickly! If not, we highly recommend you to gain some basic knowledge first, then come back here when you're done. Here are some resources to help you out: 1. React Native Express(Sections 1 to 4) 2. Main Concepts of React 3. ...

    react-native>= 0.63.0
    expo >= 41 (if you use Expo)
    typescript >= 4.1.0 (if you use TypeScript)

    Install the required packages in your React Native project: React Navigation is made up of some core utilities and those are then used by navigators to create the navigation structure in your app. Don't worry too much about this for now, it'll become clear soon enough! To frontload the installation work, let's also install and configure dependencie...

    Now, we need to wrap the whole app in NavigationContainer. Usually you'd do this in your entry file, such as index.js or App.js: Now you are ready to build and run your app on the device/simulator. Continue to "Hello React Navigation"to start writing some code.

  3. React Navigation is extensible at every layer— you can write your own navigators or even replace the user-facing API. React Navigation is built by Expo, Software Mansion, and Callstack, with contributions from the community and sponsors:

  4. www.npmjs.com › package › react-native-navigationReact Native Navigation - npm

    React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps. The JavaScript API is simple and cross-platform - just install it in your app and give your users the native feel they deserve. Ready to get started? Check out the docs.

  5. Install the react-navigation package in your React Native project. yarn add react-navigation. # or with npm # npm install react-navigation. Copy. Next, install react-native-gesture-handler and react-native-reanimated. If you're using Expo, to ensure that you get the compatible versions of the libraries you should run:

  6. 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.