Skip to content

fernandatoledo/MyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo
Mobile App

This Project is based on Obytes starter

Requirements

👋 Quick start

Clone the repo to your machine and install deps :

git clone https://github.com/user/repo-name

cd ./repo-name

pnpm install

To run the app on ios

pnpm ios

To run the app on Android

pnpm android

Initial Setup

Expo Application Services

To be able to use Expo Application Services to upload your app to App Store and Google Play Store follow instructions from this guide.

SonarQube

SonarQube is an open-source platform for continuous inspection of code quality. It performs automatic reviews to detect bugs, code smells, and security vulnerabilities. Rootstrap has a SonarQube instance to improve the quality of the software we develop. On each PR, a GitHub Action is triggered to perform the analysis. To set up SonarQube correctly, you need to add the SONAR_TOKEN, SONAR_URL, and SONAR_PROJECT secrets to the repository. Additionally, you must select the quality gate named ReactNativeTemplate for your project on SonarQube. In case you're using this project outside Rootstrap and you're not planning to use SonarQube the sonar scanner worflow should be deleted.

✍️ Documentation