org-SCAN / react-app

React
MIT License
1 stars 0 forks source link
react-native

Rework of Scan App in React Native

By Antoine Piron & Nicolas Guy

Table of Contents

Getting Started

You need to have Node.js installed on your machine. You also need expo go installed on your phone to run the app.

Install dependencies

npm install

Run the app

npm start

Then scan the QR code with your phone or use an emulator.

Useful documentation

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.

Contribution guide

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.