6.3.29 • Published 3 days ago

@react-navigation/stack v6.3.29

Weekly downloads
256,314
License
MIT
Repository
github
Last release
3 days ago

@react-navigation/stack

Bottom tab navigator for React Navigation following iOS design guidelines.

Installation

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

yarn add @react-navigation/stack

Now we need to install react-native-gesture-handler and react-native-reanimated.

If you are using Expo, to ensure that you get the compatible versions of the libraries, run:

expo install react-native-gesture-handler react-native-reanimated

If you are not using Expo, run the following:

yarn add react-native-reanimated react-native-gesture-handler

If you are using Expo, you are done. Otherwise, continue to the next steps.

Next, we need to link these libraries. The steps depends on your React Native version:

  • React Native 0.60 and higher

    On newer versions of React Native, linking is automatic.

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

    cd ios
    pod install
    cd ..
  • React Native 0.59

    If you're on an older React Native version, you need to manually link the dependencies. To do that, run:

    react-native link react-native-reanimated
    react-native link react-native-gesture-handler

IMPORTANT: There are additional steps required for react-native-gesture-handler on Android after linking (for all React Native versions). Check the this guide to complete the installation.

Usage

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

const Stack = createStackNavigator();

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>
  );
}
@neur0base/app-sdkpeakcomponentspeak-custom-componentsassociacao-digital-completeslashbracket-custom-expo-bare-templatereact-native-twitter-clonefirebase-expo-template@snooper/coregenesyschatpluginsommario-appcustomsreactnativeindkoebslistecode-avenue-design-systemstestdemo007testdemo008react-native-template-workflowsharpsports-mobile-linkreact-native-template-herbertdesousareact-native-diario-republica-modulern-diario-republica-modulesezzle-appgenesyschatsdkvtex.loginreact-native-queue-online-sdk@bravemaster619/interview-uipublishtestformeinreactnativewebtestcomponentolx-mallreact-native-twilio-video-callkitreact-native-twilio-video-testreact-native-video-call-v1iusify-module-codigos_ptiusify-module-diario-republicaiusify-module-iuslexawt-qrcodehotqa-sdkreact-native-wocode-frameworkairasia1222expo-bare-templatemomo-component-kitsexpo-template-stack-navigatorairmodinterpro-calendarubi-test-ui-rcjitsi-meet-rnreact-native-jitsi-meet-libenmeshnativecore-native-boilerplateki-smart-base-rnraodaor-appraodaor-app-poetryraodaor-app1wowpay-reactnative-sdk@react-navigation/fluidzen-module@tendai.maswaya/sheshamobile-designerwhitedark-bottom-tabs-templatewhitedark-drawer-template@infinitebrahmanuniverse/nolb-_react-n@spirokit/ecommerce-app-template-typescript@spirokit/travel-app-template-typescriptrn-tnb-fk-mobilemichaelangrivera-ts-rest@wavemaker/app-rn-runtimereact-native-template-expo-darknlightrn-auth-firebaseordering-ui-react-nativeaincrad-library@everything-registry/sub-chunk-766rn-test-library-sixdeelifemate-react-dev-kitlg-iot-uihelmet-adherence-awthito4hito4jomhotspot-clienthuddl_rn_wrapperhva-skjer-hvl-fordeiat-app-alphakitchentemplatekitcheningredientskiwi-bundle-reactklarify-ui-componentsindia_mock_appinciduntquiipanel-rntv-coreisaachito4jetpack2jetpack21jitsi-meet-stepupjoseph-onboardingmoor-react-native-componentslumine-uimairiesimplonmarketsmicroexamplemtwit-sjrn-coreintegradormy-test-boiler-platemya2app_aaronbuechler
7.0.0-alpha.20

3 days ago

7.0.0-alpha.19

6 days ago

7.0.0-alpha.18

6 days ago

7.0.0-alpha.17

8 days ago

6.3.29

10 days ago

7.0.0-alpha.16

14 days ago

6.3.28

16 days ago

7.0.0-alpha.15

18 days ago

6.3.27

18 days ago

7.0.0-alpha.14

19 days ago

6.3.26

19 days ago

7.0.0-alpha.13

20 days ago

7.0.0-alpha.12

24 days ago

6.3.25

29 days ago

6.3.24

29 days ago

7.0.0-alpha.9

1 month ago

7.0.0-alpha.11

1 month ago

7.0.0-alpha.10

1 month ago

6.3.22

1 month ago

6.3.23

1 month ago

6.3.21

2 months ago

7.0.0-alpha.8

2 months ago

7.0.0-alpha.7

4 months ago

7.0.0-alpha.6

5 months ago

7.0.0-alpha.3

7 months ago

7.0.0-alpha.5

6 months ago

7.0.0-alpha.4

7 months ago

6.3.18

6 months ago

6.3.19

5 months ago

6.3.20

5 months ago

7.0.0-alpha.2

9 months ago

6.3.17

9 months ago

7.0.0-alpha.1

1 year ago

6.3.16

1 year ago

7.0.0-alpha.0

1 year ago

6.3.14

1 year ago

6.3.15

1 year ago

6.3.12

1 year ago

6.3.13

1 year ago

6.3.10

1 year ago

6.3.11

1 year ago

6.3.4

1 year ago

6.3.3

1 year ago

6.3.5

1 year ago

6.3.8

1 year ago

6.3.7

1 year ago

6.3.9

1 year ago

6.3.2

1 year ago

6.3.0

2 years ago

6.3.1

2 years ago

6.2.3

2 years ago

6.2.2

2 years ago

6.2.1

2 years ago

6.2.0

2 years ago

6.1.0

2 years ago

6.1.1

2 years ago

6.0.11

2 years ago

6.0.10

2 years ago

6.0.9

3 years ago

6.0.8

3 years ago

6.0.7

3 years ago

5.14.9

3 years ago

5.14.8

3 years ago

6.0.6

3 years ago

6.0.5

3 years ago

6.0.3

3 years ago

6.0.4

3 years ago

6.0.2

3 years ago

6.0.1

3 years ago

5.14.7

3 years ago

6.0.0

3 years ago

6.0.0-next.29

3 years ago

6.0.0-next.28

3 years ago

6.0.0-next.27

3 years ago

6.0.0-next.25

3 years ago

6.0.0-next.24

3 years ago

6.0.0-next.23

3 years ago

6.0.0-next.22

3 years ago

6.0.0-next.21

3 years ago

6.0.0-next.20

3 years ago

6.0.0-next.19

3 years ago

5.14.5

3 years ago

6.0.0-next.14

3 years ago

6.0.0-next.13

3 years ago

6.0.0-next.12

3 years ago

6.0.0-next.11

3 years ago

6.0.0-next.18

3 years ago

6.0.0-next.17

3 years ago

6.0.0-next.16

3 years ago

6.0.0-next.15

3 years ago

6.0.0-next.10

3 years ago

6.0.0-next.9

3 years ago

5.14.4

3 years ago

6.0.0-next.8

3 years ago

6.0.0-next.7

3 years ago

6.0.0-next.5

3 years ago

6.0.0-next.6

3 years ago

6.0.0-next.3

3 years ago

6.0.0-next.4

3 years ago

6.0.0-next.0

3 years ago

6.0.0-next.1

3 years ago

6.0.0-next.2

3 years ago

5.14.3

3 years ago

5.14.2

3 years ago

5.14.1

3 years ago

5.14.0

3 years ago

5.13.0

3 years ago

5.12.8

3 years ago

5.12.7

3 years ago

5.12.6

3 years ago

5.12.5

3 years ago

5.12.4

3 years ago

5.12.3

3 years ago

5.12.2

3 years ago

5.12.1

3 years ago

5.12.0

3 years ago

5.11.1

3 years ago

5.11.0

3 years ago

5.10.0

3 years ago

5.9.3

3 years ago

5.9.2

3 years ago

5.9.1

4 years ago

5.9.0

4 years ago

5.8.0

4 years ago

5.7.1

4 years ago

5.7.0

4 years ago

5.6.2

4 years ago

5.6.1

4 years ago

5.6.0

4 years ago

5.5.1

4 years ago

5.5.0

4 years ago

5.4.2

4 years ago

5.4.1

4 years ago

5.4.0

4 years ago

5.3.9

4 years ago

5.3.8

4 years ago

5.3.7

4 years ago

5.3.6

4 years ago

5.3.5

4 years ago

5.3.4

4 years ago

5.3.3

4 years ago

5.3.2

4 years ago

5.3.1

4 years ago

5.3.0

4 years ago

5.2.19

4 years ago

5.2.18

4 years ago

5.2.17

4 years ago

5.2.16

4 years ago

5.2.15

4 years ago

5.0.0-web.2

4 years ago

5.0.0-web.1

4 years ago

5.0.0-web.0

4 years ago

5.2.14

4 years ago

5.2.13

4 years ago

5.2.12

4 years ago

5.2.11

4 years ago

5.2.10

4 years ago

5.2.9

4 years ago

5.2.8

4 years ago

5.2.7

4 years ago

5.2.6

4 years ago

5.2.5

4 years ago

5.2.4

4 years ago

5.2.3

4 years ago

5.2.2

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.9

4 years ago

5.0.8

4 years ago

5.0.7

4 years ago

5.0.6

4 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.71

4 years ago

5.0.0-alpha.70

4 years ago

5.0.0-alpha.69

4 years ago

5.0.0-alpha.68

4 years ago

5.0.0-alpha.67

4 years ago

5.0.0-alpha.66

4 years ago

5.0.0-alpha.65

4 years ago

5.0.0-alpha.63

4 years ago

5.0.0-alpha.62

4 years ago

5.0.0-alpha.60

4 years ago

5.0.0-alpha.61

4 years ago

5.0.0-alpha.59

4 years ago

5.0.0-alpha.58

4 years ago

5.0.0-alpha.56

4 years ago

5.0.0-alpha.55

4 years ago

5.0.0-alpha.53

4 years ago

5.0.0-alpha.54

4 years ago

5.0.0-alpha.51

4 years ago

5.0.0-alpha.52

4 years ago

5.0.0-alpha.50

4 years ago

5.0.0-alpha.49

4 years ago

5.0.0-alpha.48

4 years ago

5.0.0-alpha.47

4 years ago

5.0.0-alpha.46

4 years ago

5.0.0-alpha.45

4 years ago

5.0.0-alpha.44

4 years ago

5.0.0-alpha.43

4 years ago

5.0.0-alpha.42

4 years ago

5.0.0-alpha.41

4 years ago

5.0.0-alpha.40

4 years ago

5.0.0-alpha.39

4 years ago

5.0.0-alpha.38

4 years ago

5.0.0-alpha.37

4 years ago

5.0.0-alpha.36

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

4 years ago

5.0.0-alpha.31

4 years ago

5.0.0-alpha.30

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

4 years ago

5.0.0-alpha.22

4 years ago

5.0.0-alpha.21

4 years ago

5.0.0-alpha.20

5 years ago

5.0.0-alpha.19

5 years ago

5.0.0-alpha.18

5 years ago

5.0.0-alpha.17

5 years ago

5.0.0-alpha.16

5 years ago

5.0.0-alpha.15

5 years ago

5.0.0-alpha.14

5 years ago

5.0.0-alpha.13

5 years ago

5.0.0-alpha.12

5 years ago

5.0.0-alpha.11

5 years ago

5.0.0-alpha.10

5 years ago

5.0.0-alpha.9

5 years ago

5.0.0-alpha.8

5 years ago

5.0.0-alpha.7

5 years ago

5.0.0-alpha.6

5 years ago

5.0.0-alpha.5

5 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

5.0.0-alpha.0

5 years ago

0.0.0-alpha.12

6 years ago

0.0.0-alpha.11

6 years ago

0.0.0-alpha.10

6 years ago

0.0.0-alpha.9

6 years ago

0.0.0-alpha.8

6 years ago

0.0.0-alpha.7

6 years ago

0.0.0-alpha.5

6 years ago

0.0.0-alpha.1

6 years ago