Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 390 Bytes

File metadata and controls

28 lines (23 loc) · 390 Bytes

curso-react-native RocketSeat Skylab

Create a new React Native project called "hunt" using Expo CLI

expo init hunt

React Navigation

yarn add react-navigation

React Navigation Dependencies

yarn add react-native-gesture-handler
yarn add react-navigation-stack
yarn add react-native-safe-area-context

Start Project

expo start