Skip to content

xavierloos/circle

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published