6.9.26 • Published 1 month ago

@react-navigation/native-stack v6.9.26

Weekly downloads
3,565
License
MIT
Repository
github
Last release
1 month ago

@react-navigation/native-stack

Stack navigator for React Native using native primitives for navigation. Uses react-native-screens under the hood.

Expo is currently not supported as it includes an older version of react-native-screens.

Installation

Open a Terminal in your project's folder and run,

yarn add @react-navigation/core @react-navigation/native-stack

Now we need to install react-native-screens.

yarn add react-native-screens

To complete the linking on iOS, make sure you have Cocoapods installed. Then run:

cd ios
pod install
cd ..

To finalize installation of react-native-screens for Android, add the following two lines to dependencies section in android/app/build.gradle:

implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'

Make sure to enable react-native-screens. This needs to be done before our app renders. To do it, add the following code in your entry file (e.g. App.js):

import { useScreens } from 'react-native-screens';

useScreens();

Usage

import { createNativeStackNavigator } from '@react-navigation/native-stack';

const Stack = createNativeStackNavigator();

export default function App() {
  return (
    <Stack.Navigator>
      <Stack.Screen name="home" component={Home} options={{ title: 'Home' }} />
      <Stack.Screen name="feed" component={Feed} options={{ title: 'Feed' }} />
      <Stack.Screen
        name="profile"
        component={Profile}
        options={{ title: 'Profile' }}
      />
    </Stack.Navigator>
  );
}
whitedark@haris523/expo-starter-template@pab-source/mobile-p2preact-native-template-gr-minimal-template-ts@infinitebrahmanuniverse/nolb-_react-nbookis-mobile-app-componentsbookis-mobile-componentsreact-native-components-textinputsreact-native-piecestelemed-ui-layerreact-native-statistic-chart-demos@everything-registry/sub-chunk-766rn-test-library-sixdeegamification-react-test@slasherrose/testradmat-united-app@tamagui/bento@iduty/modules@hogent-mobile/expo-template@hookedapp/streamexpotemplate@hosseinmd/client@germangl13/module-a@germangl13/module-b@ivatsu/expo-template@jado0o0o/video-call@jado0o0o/videocall@lightbase/expo-template@johanneswe91/expo-typescript-storybook@jun5e00/rn-test@mona-app/mona-rn-ui@mycoverai/mca-react-native-sdk@ninjavid/rn-lib@laffed/expo-redux-template@kacgrzes/expo-template@libeilong/react-native-router@fto-consult/expo-ui-client@froogal.ai/loyalty-sdk-rn@functionland/component-library@functionland/fx-components@likeminds.community/feed-rn-core-beta@livelike/react-native-embet@mconf/bbb-mobile-template@mcplabs/mcp-rn-showtime-template@melorra/platform@heartlandone/vega-react-native@husam287/expo-template@husam287/expo-template-ts@motionhungry-ui/navigators@mob.dev/expo-template@native-base/docs-testbakarin-bun-appcole-blenderakhlaqnavih-messengerzigvy-expo-templateyagsill-librarywhats-clonwj-componentswebgev-appwistapp@snapbot-app/examples@snapbot-app/time-ruler@skedulo/mex-engine-proxy@somosmona/mona-rn-ui@solana-mobile/solana-mobile-expo-template@usmankiani256/ts-starter@ui-creator/cloud-builder@varentechnologies/expo-mobile-template@onsever/nativewind-rn@tamagui/expo-router@shopify/shop-minis-runtimedu-cart-microappdu-creditvet-microappearth_science_appearth_science_studentebuy-mobile-devdu-order-examplenativewind-starterdu-track-order@rocali/expo-ts-rest-template@rtarojs/router-rn@richardhofmaenner/template-expo-supabase@nodeworks/expo-starter@nurikjohn/expo-template-ts@nuskin/mobile-navigation@onigiri-w2/expo-template@oiti/rn-liveness3d@selene-wallet/app@kimngan816671/react-nativve-authentication@ishaanrc/welcomeapp@paichato/expo-template@pawans/htms@placeinc/expo-template@sahilt571/my-boilerplate@sahilt571/react-native-boiler-platenewawesomenewawesometestecobuddy@zegocloud/zego-uikit-prebuilt-call-rn@echobind/expo-typescript
7.0.0-alpha.20

1 month ago

7.0.0-alpha.19

1 month ago

7.0.0-alpha.18

1 month ago

7.0.0-alpha.17

1 month ago

6.9.26

1 month ago

7.0.0-alpha.16

1 month ago

6.9.25

1 month ago

7.0.0-alpha.15

2 months ago

6.9.24

2 months ago

7.0.0-alpha.14

2 months ago

6.9.23

2 months ago

7.0.0-alpha.13

2 months ago

7.0.0-alpha.12

2 months ago

6.9.22

2 months ago

6.9.21

2 months ago

7.0.0-alpha.9

2 months ago

6.9.19

2 months ago

7.0.0-alpha.11

2 months ago

7.0.0-alpha.10

2 months ago

6.9.20

2 months ago

6.9.18

3 months ago

7.0.0-alpha.8

3 months ago

7.0.0-alpha.7

5 months ago

7.0.0-alpha.6

5 months ago

7.0.0-alpha.3

8 months ago

7.0.0-alpha.5

7 months ago

7.0.0-alpha.4

7 months ago

6.9.17

6 months ago

6.9.16

6 months ago

6.9.15

6 months ago

6.9.14

7 months ago

6.9.13

10 months ago

7.0.0-alpha.2

10 months ago

7.0.0-alpha.1

1 year ago

6.9.12

1 year ago

7.0.0-alpha.0

1 year ago

6.9.11

1 year ago

6.9.10

1 year ago

6.9.9

1 year ago

6.9.2

1 year ago

6.9.1

2 years ago

6.9.4

1 year ago

6.9.6

1 year ago

6.9.5

1 year ago

6.9.8

1 year ago

6.9.7

1 year ago

6.9.0

2 years ago

6.8.0

2 years ago

6.7.0

2 years ago

6.6.1

2 years ago

6.6.0

2 years ago

6.6.2

2 years ago

6.5.2

2 years ago

6.5.1

2 years ago

6.3.0

2 years ago

6.5.0

2 years ago

6.4.1

2 years ago

6.4.0

2 years ago

6.2.5

3 years ago

6.2.4

3 years ago

6.2.3

3 years ago

6.2.1

3 years ago

6.2.0

3 years ago

6.2.2

3 years ago

6.1.0

3 years ago

6.0.6

3 years ago

6.0.5

3 years ago

6.0.4

3 years ago

6.0.3

3 years ago

6.0.2

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

6.0.0-next.11

3 years ago

6.0.0-next.10

3 years ago

6.0.0-next.9

3 years ago

6.0.0-next.3

3 years ago

6.0.0-next.4

3 years ago

6.0.0-next.5

3 years ago

6.0.0-next.6

3 years ago

6.0.0-next.7

3 years ago

6.0.0-next.1

3 years ago

6.0.0-next.2

3 years ago

5.0.5

4 years ago

5.0.4

4 years ago

5.0.3

4 years ago

5.0.2

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

5.0.0-alpha.35

4 years ago

5.0.0-alpha.34

4 years ago

5.0.0-alpha.33

4 years ago

5.0.0-alpha.31

4 years ago

5.0.0-alpha.32

4 years ago

5.0.0-alpha.29

4 years ago

5.0.0-alpha.28

4 years ago

5.0.0-alpha.27

4 years ago

5.0.0-alpha.26

4 years ago

5.0.0-alpha.25

4 years ago

5.0.0-alpha.24

4 years ago

5.0.0-alpha.22

4 years ago

5.0.0-alpha.21

4 years ago

5.0.0-alpha.20

4 years ago

5.0.0-alpha.19

4 years ago

5.0.0-alpha.18

4 years ago

5.0.0-alpha.17

4 years ago

5.0.0-alpha.16

4 years ago

5.0.0-alpha.15

4 years ago

5.0.0-alpha.14

4 years ago

5.0.0-alpha.13

4 years ago

5.0.0-alpha.12

4 years ago

5.0.0-alpha.11

4 years ago

5.0.0-alpha.10

4 years ago

5.0.0-alpha.9

4 years ago

5.0.0-alpha.8

4 years ago

5.0.0-alpha.7

4 years ago

5.0.0-alpha.6

4 years ago

5.0.0-alpha.5

4 years ago

5.0.0-alpha.4

5 years ago

5.0.0-alpha.3

5 years ago

5.0.0-alpha.2

5 years ago

5.0.0-alpha.1

5 years ago