Skip to content

🎮 6th Next Level Week - React Native | GamePlay

Notifications You must be signed in to change notification settings

AugustoMarcelo/gameplay

Repository files navigation

Gameplay
Next Level Week 6

Screens   |    Technologies   |    How to run

💡 About the project

GamePlay is an application that helps you connect, organize your fun time and play with friends. The app has integration with Discord, allowing you to select servers and schedule dates to play with your friends! Watch a video.


📷 Screens

Sign In screen Home screen Create appointment screen Select server modal Appointment details screen Sign out modal


⚙ Technologies

This project was developed with the following technologies:


💻 How to run

  # clone repository
  git clone https://github.com/AugustoMarcelo/gameplay.git project-name

  # enter folder
  cd project-name

  # download dependencies
  yarn

  # project
  expo start 

You should create a .env file based on the .env.example and fit the listed properties

If you try to connect with Discord and the link doesn't to open, change your connection mode to Tunnel


🤯 Faced problems

In this section, I'll list a problem that I came across and how I have resolved.

For some reason, RectButton from react-native-gesture-handler don't works fine when placed directly inside React Native Modal component (see SignOut component). I didn't want to lose the effect provided by RectButton, so I wrapped it up with TouchableWithoutFeedback.

About

🎮 6th Next Level Week - React Native | GamePlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages