Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 713 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 713 Bytes

Circle

Group chat app

Process

  • Install the react navigation: yarn add @react-navigation/native
  • Install all dependencies to your project: expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
  • Add the import to the app.js file: import 'react-native-gesture-handler';
  • Add the navigation container to the app.js file: import { NavigationContainer } from '@react-navigation/native'; and sorround the <View> with the </NavigationContainer> tag
  • Install the stack navigation: yarn add @react-navigation/stack

React Native Elements

  • Add the elements: yarn add react-native-elements