Skip to content

Latest commit

Β 

History

History
36 lines (24 loc) Β· 891 Bytes

README.md

File metadata and controls

36 lines (24 loc) Β· 891 Bytes

Using React-Navigation (Version 5)

Implemented all three modes of navigation for react-native. To know more about this library refer:

https://reactnavigation.org/docs/getting-started/

Packages Used

  • @react-navigation/native
  • @react-navigation/stack - Used for stack navigator
  • @react-navigation/bottom-tabs - Used for bottom tab navigator
  • react-native-gesture-handler
  • react-native-reanimated
  • react-native-screens
  • react-native-safe-area-context
  • @react-native-community/masked-view

Note : For using React native gesture handler import it in either index.js or App.js (at the top)

import 'react-native-gesture-handler';
{... your code}

Screen 1

screen 1

Screen 2

screen 2

Screen 3

screen 3