6.7.2 • Published 6 months ago

@react-navigation/drawer v6.7.2

Weekly downloads
74,149
License
MIT
Repository
github
Last release
6 months ago

@react-navigation/drawer

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/core @react-navigation/drawer

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 { createDrawerNavigator } from '@react-navigation/drawer';

const Drawer = createDrawerNavigator();

export default function App() {
  return (
    <Drawer.Navigator>
      <Drawer.Screen name="home" component={Home} options={{ title: 'Home' }} />
      <Drawer.Screen name="feed" component={Feed} options={{ title: 'Feed' }} />
      <Drawer.Screen
        name="profile"
        component={Profile}
        options={{ title: 'Profile' }}
      />
    </Drawer.Navigator>
  );
}
@neur0base/app-sdkreact-native-twitter-clone@snooper/corepublishtestformeinreactnativewebtestcomponentreact-native-twilio-video-callkitreact-native-twilio-video-testreact-native-video-call-v1iusify-module-codigos_ptiusify-module-iuslexreact-native-jitsi-meet-lib@tendai.maswaya/sheshamobile-componentswhitedark-drawer-template@infinitebrahmanuniverse/nolb-_react-naincrad-library@everything-registry/sub-chunk-766hubspire-expo-app@dededeck/client@snapbot-app/examples@snapbot-app/time-rulertamagui-exposwapnil2510storytellingtest-lib-tsnkvuimobilevxswefdsacerchretnerxfewedxfwsdfwefregwhitedark-expo-dn-ts-templatetelen-apptemplate-qv-apptestnpmpackagetestnpm@create-luna-app/expo@common-stack/mobile-stack-react@dabr89/expo-template@bluebase/components@bluebase/plugin-react-navigationintegradorkitchentemplatekitcheningredientswhitedark-expo-androidreact-native-paper-extended-examplestark-custom-bottom-tab-barstark-custom-sidebar-menustatefullapicjslibraryuakshaynayak@autofleet/locomotion-sdk@akalli/create-akalli-app@axelor/aos-mobile-core@beepsoft/hamster@cloud-varejo/cloud-varejo-ui@1023-ventures/serra-common@hogent-mobile/expo-template@lomelidev/react-native-toopago-ui@didcky/jaijagga@crqlar/expo-sdkyes-frameworkveritatismaxime@hubspire/expo-app@hinh-eoh/test_publish@lgowrav/testapp@mainamiru/admin-ui@mainamiru/expo-app-with-navigation@ninjavid/rn-lib@narwhal/react-view-types@nodeworks/expo-starter@eohjsc/react-native-personal-health@eohjsc/react-native-smart-city@eohjsc/react-native-smart-parking@eohjsc/react-native-hts@mcplabs/mcp-rn-showtime-template@kafudev/react-native-core@jabz/react-library-template@jabz/react-native-expo-core-system@johanneswe91/expo-typescript-storybook@react-native-oh-tpl/drawer@sagredoismael/navigation_rn@proximus/myproximus-design-system@reactseals/renative-template-chat@rndm/render-plugin-react-navigation@shenorg/ss_rn_ui@smart-construction-vn/mobile-component@snapbox/mapp-examples@snapbox/mapp-green-energy-reaper@snapbox/mapp-led-danmaku@snapbox/mapp-little-days@snapbox/mapp-qrcode-generator@snapbox/mapp-scanner@selene-wallet/appmoney-verse-bigbangmoor-react-native-componentspacken-rnordering-ui-native-releaseordering-ui-native-ubanku-releaseordering-ui-react-nativeoperationnpmoneonboardingjomreact-native-custom-packagesreact-native-expo-router-templatereact-native-common-utils-huzaifaareact-native-erxes-uireact-native-nano
7.0.0-rc.34

6 months ago

7.0.0-rc.33

6 months ago

7.0.0-rc.32

6 months ago

7.0.0-rc.31

7 months ago

7.0.0-rc.30

8 months ago

7.0.0-rc.29

8 months ago

6.7.0

10 months ago

6.7.2

10 months ago

6.7.1

10 months ago

7.0.0-rc.8

10 months ago

7.0.0-rc.7

10 months ago

7.0.0-rc.9

10 months ago

7.0.0-rc.4

10 months ago

7.0.0-rc.3

10 months ago

7.0.0-rc.6

10 months ago

7.0.0-rc.5

10 months ago

7.0.0-rc.0

10 months ago

7.0.0-rc.2

10 months ago

7.0.0-rc.1

10 months ago

7.0.0-rc.28

9 months ago

7.0.0-rc.27

9 months ago

7.0.0-rc.26

9 months ago

7.0.0-rc.25

9 months ago

7.0.0-rc.24

9 months ago

7.0.0-rc.23

9 months ago

7.0.0-rc.22

9 months ago

7.0.0-rc.21

9 months ago

7.0.0-rc.20

10 months ago

7.0.0-rc.19

10 months ago

7.0.0-rc.18

10 months ago

7.0.0-rc.17

10 months ago

7.0.0-rc.16

10 months ago

7.0.0-rc.15

10 months ago

7.0.0-rc.14

10 months ago

7.0.0-rc.13

10 months ago

7.0.0-rc.12

10 months ago

7.0.0-rc.11

10 months ago

7.0.0-rc.10

10 months ago

7.0.0-alpha.20

1 year ago

7.0.0-alpha.21

1 year ago

7.0.0-alpha.19

1 year ago

7.0.0-alpha.18

1 year ago

7.0.0-alpha.17

1 year ago

6.6.15

1 year ago

7.0.0-alpha.16

1 year ago

6.6.14

1 year ago

7.0.0-alpha.15

1 year ago

6.6.13

1 year ago

6.6.12

1 year ago

7.0.0-alpha.14

1 year ago

7.0.0-alpha.13

1 year ago

7.0.0-alpha.12

1 year ago

6.6.11

1 year ago

6.6.10

1 year ago

7.0.0-alpha.9

1 year ago

6.6.9

1 year ago

6.6.8

1 year ago

7.0.0-alpha.11

1 year ago

7.0.0-alpha.10

1 year ago

6.6.7

1 year ago

7.0.0-alpha.8

1 year ago

7.0.0-alpha.7

1 year ago

7.0.0-alpha.6

1 year ago

7.0.0-alpha.3

2 years ago

7.0.0-alpha.5

2 years ago

7.0.0-alpha.4

2 years ago

6.6.5

2 years ago

6.6.4

2 years ago

6.6.6

2 years ago

7.0.0-alpha.2

2 years ago

6.6.3

2 years ago

7.0.0-alpha.1

2 years ago

6.6.2

2 years ago

7.0.0-alpha.0

2 years ago

6.6.1

2 years ago

6.6.0

2 years ago

6.5.8

2 years ago

6.5.1

2 years ago

6.5.4

2 years ago

6.5.3

2 years ago

6.5.6

2 years ago

6.5.5

2 years ago

6.5.7

2 years ago

6.5.0

3 years ago

6.4.3

3 years ago

6.4.2

3 years ago

6.4.4

3 years ago

6.4.1

3 years ago

6.4.0

3 years ago

6.3.3

3 years ago

6.3.2

3 years ago

6.2.0

3 years ago

6.3.0

3 years ago

6.3.1

3 years ago

6.1.8

4 years ago

6.1.7

4 years ago

6.1.6

4 years ago

6.1.5

4 years ago

6.1.4

4 years ago

5.12.9

4 years ago

5.12.8

4 years ago

6.1.2

4 years ago

6.1.3

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.1

4 years ago

5.12.7

4 years ago

6.0.0

4 years ago

6.0.0-next.21

4 years ago

6.0.0-next.20

4 years ago

6.0.0-next.19

4 years ago

6.0.0-next.14

4 years ago

6.0.0-next.13

4 years ago

6.0.0-next.17

4 years ago

6.0.0-next.16

4 years ago

6.0.0-next.15

4 years ago

6.0.0-next.12

4 years ago

6.0.0-next.11

4 years ago

6.0.0-next.10

4 years ago

6.0.0-next.8

4 years ago

6.0.0-next.9

4 years ago

6.0.0-next.5

4 years ago

6.0.0-next.6

4 years ago

6.0.0-next.7

4 years ago

6.0.0-next.4

4 years ago

5.12.5

4 years ago

6.0.0-next.3

4 years ago

6.0.0-next.2

4 years ago

6.0.0-next.0

4 years ago

6.0.0-next.1

4 years ago

5.12.4

4 years ago

5.12.3

4 years ago

5.12.2

4 years ago

5.12.1

4 years ago

5.12.0

4 years ago

5.11.5

4 years ago

5.11.4

4 years ago

5.11.3

4 years ago

5.11.2

4 years ago

5.11.1

4 years ago

5.11.0

4 years ago

5.10.7

4 years ago

5.10.6

4 years ago

5.10.5

4 years ago

5.10.4

4 years ago

5.10.3

4 years ago

5.10.2

4 years ago

5.10.1

4 years ago

5.10.0

5 years ago

5.9.3

5 years ago

5.9.2

5 years ago

5.9.1

5 years ago

5.9.0

5 years ago

5.8.7

5 years ago

5.8.6

5 years ago

5.8.5

5 years ago

5.8.4

5 years ago

5.8.3

5 years ago

5.8.2

5 years ago

5.8.1

5 years ago

5.8.0

5 years ago

5.7.7

5 years ago

5.7.6

5 years ago

5.7.5

5 years ago

5.7.4

5 years ago

5.7.3

5 years ago

5.7.2

5 years ago

5.7.1

5 years ago

5.7.0

5 years ago

5.6.4

5 years ago

5.6.3

5 years ago

5.6.2

5 years ago

5.6.1

5 years ago

5.6.0

5 years ago

5.0.0-web.2

5 years ago

5.0.0-web.1

5 years ago

5.0.0-web.0

5 years ago

5.5.1

5 years ago

5.5.0

5 years ago

5.4.1

5 years ago

5.4.0

5 years ago

5.3.4

5 years ago

5.3.3

5 years ago

5.3.2

5 years ago

5.3.1

5 years ago

5.3.0

5 years ago

5.2.0

5 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.7

5 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

5.0.0-alpha.46

5 years ago

5.0.0-alpha.47

5 years ago

5.0.0-alpha.45

5 years ago

5.0.0-alpha.44

5 years ago

5.0.0-alpha.43

5 years ago

5.0.0-alpha.41

5 years ago

5.0.0-alpha.40

5 years ago

5.0.0-alpha.39

5 years ago

5.0.0-alpha.37

5 years ago

5.0.0-alpha.38

5 years ago

5.0.0-alpha.36

5 years ago

5.0.0-alpha.34

5 years ago

5.0.0-alpha.33

5 years ago

5.0.0-alpha.32

5 years ago

5.0.0-alpha.31

5 years ago

5.0.0-alpha.30

5 years ago

5.0.0-alpha.29

5 years ago

5.0.0-alpha.28

5 years ago

5.0.0-alpha.27

5 years ago

5.0.0-alpha.26

5 years ago

5.0.0-alpha.25

5 years ago

5.0.0-alpha.24

5 years ago

5.0.0-alpha.23

5 years ago

5.0.0-alpha.22

5 years ago

5.0.0-alpha.21

5 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

6 years ago

5.0.0-alpha.15

6 years ago

5.0.0-alpha.14

6 years ago

5.0.0-alpha.13

6 years ago

5.0.0-alpha.12

6 years ago

5.0.0-alpha.11

6 years ago

5.0.0-alpha.10

6 years ago

5.0.0-alpha.9

6 years ago

5.0.0-alpha.8

6 years ago

5.0.0-alpha.7

6 years ago

5.0.0-alpha.6

6 years ago

5.0.0-alpha.5

6 years ago

5.0.0-alpha.4

6 years ago

5.0.0-alpha.3

6 years ago

5.0.0-alpha.2

6 years ago

5.0.0-alpha.1

6 years ago

5.0.0-alpha.0

6 years ago