/GoStack-Challenge03-ReactNativeConcepts

📱 App made with React Native to store repositories in your portfolio, consuming the Back-End made in Challenge 01

Primary LanguageJavaScriptMIT LicenseMIT

GoStack

Challenge: React Native Concepts

“Success is not the result of a game, but the destination of a journey”!

GitHub language count GitHub top language GitHub code size in bytes React Native version GitHub code size in bytes Made by Rocketseat

The Challenge   |    Features   |    Starting

🚀 About the challenge

Third challenge of GoStack 11 to train React Native concepts in the Mobile App!

This will be an application made with React Native to store repositories in your portfolio, consuming the Back-End made in Challenge 01.

🛠️ Features

🏁 Starting the project

Clone the project: git clone https://github.com/RBritoX/GoStack-Challenge03-ReactNativeConcepts

Now run the following commands:

For Android

  • yarn to download the dependencies
  • yarn android to start the project and open simulator of Android

For iOS

  • yarn to download the dependencies
  • cd ios to access the ios folder
  • pod install to download the dependencies of iOS
  • cd .. to go back to the root of the project
  • yarn ios to start the project and open simulator of iOS

Made by Raphael Brito (RBritoX)