By Antoine Piron & Nicolas Guy
You need to have Node.js installed on your machine. You also need expo go installed on your phone to run the app.
npm install
npm start
Then scan the QR code with your phone or use an emulator.
React Native is a framework for building native apps using React.
It uses the same design as React, letting you compose a rich mobile UI from declarative components.
Below all the documentation that we used to build this app.
- React Native
- React Navigation
- React Redux
- Expo Documentation → very useful for the Camera, FileSystem, MailCompsoer, etc.
We use conventional commits to generate the changelog.
Please follow the conventional commits specification when writing your commit messages.
You can use the vscode extension Conventional Commits to help you write your commit messages. With this extension you can access general scopes defined in the project.