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
Clone the repository
Create a new branch from the original following nomenclature of username/label/issue-name
Example- git checkout -b neeleshrj/component/top-bar
Run the command npm i inside the folder where you cloned to install all the necessary node modules
Work on your issue -> commit -> push
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
Expo
React Native Responsive Screens
React Navigation
You can’t perform that action at this time.