Skip to content

Android-Club-VITC/leaderboard-app

Repository files navigation

LeaderBoard app for Android Club

Contribution Instructions

Important - run expo install react-native-safe-area-context react-native-screens firebase seperatly since they are installed with respect to Expo
  1. Clone the repository
  2. Create a new branch from the original following nomenclature of username/label/issue-name
  3. Example- git checkout -b neeleshrj/component/top-bar
  4. Run the command npm i inside the folder where you cloned to install all the necessary node modules
  5. Work on your issue -> commit -> push
  6. Send a Pull Request to be reviewed and worked upon
Note 1: Only create Functional components, don't create class based components.
Note 2: Please work only on the file required for the issue, any changes done in other files can cause merge conflicts.
Note 3: After testing out your component/screen/feature in App.js, revert App.js to original state.

Documentations for Packages used

  1. Expo
  2. React Native Responsive Screens
  3. React Navigation