This repository contains the source code for the VKU_SM mobile application developed using React Native.
- Node.js and npm: Make sure you have Node.js and npm installed on your machine. You can download them from here.
- Yarn: Yarn is the recommended package manager for this project. You can install it by following the instructions here.
- Android SDK: In order to run the application on an Android device or emulator, you will need to have the Android SDK installed. You can download it from here.
- Clone this repository to your local machine by running the following command in your terminal:
git clone https://github.com/anhducad1111/VKU_SM
- Open a terminal and navigate to the project directory using the
cd
command:
cd VKU_SM
- Run
yarn
ornpm install
to install the project dependencies. - Connect your Android device or start an emulator.
- Run
yarn android
to start the application on your Android device or emulator.
For more information on React Native and how to develop mobile applications, refer to the official React Native documentation.
To add the Firebase configuration to the project, follow these steps:
- Create a file named
firebaseConfig.js
in the project directory. - Open the
firebaseConfig.js
file and add the necessary Firebase configuration code. - Save the file.
Make sure to replace the necessary values in the Firebase configuration code with your own Firebase project credentials.
Once you have added the Firebase configuration, you can use Firebase services in your VKU_SM mobile application.