GoStack

React Native Concepts

Repository with the third challenge from Rocketseat's GoStack bootcamp.

💻 Tech:

  • React Native
  • Metro Bundler
  • ESLint + Prettier

🏃 Run the project:

  # Clone this repository
  - git clone https://github.com/index325/GoStack-Desafio-Conceitos-ReactNative.git
  
  # Enter project directory
  - cd GoStack-Desafio-Conceitos-ReactNative
  
  # Install dependencies
  - yarn
  
  # Run the tests:
  - yarn test
  
  # Start the application on Android Emulator
  - react-native run-android
  
  # Start the application on iOS Emulator
  - react-native run-ios --simulator "YOUR_IOS_SUMULATOR_NAME"
  

🍴 Contributing

  • Fork this repository;
  • Create a branch for your features;
  • Push your branch.