🤘 Remote control with React Native
- You'll need to run the backend server, follow these instructions.
- Clone this repo (
git clone git@github.com:marcosabb/controlae-mobile.git
) - Install dependencies (
yarn
) - Create a
.env
file and copy/paste the content of.env.example
file - Install app on Android device or emulator (
yarn android
) - Start app (
yarn start
)
- Fork this repo
- Create a new branch (
git checkout -b feature/awesome-feature
) - Add you changes (
git add .
) - Commit your changes (
git commit
) - Push to the branch (
git push origin feature/awesome-feature
) - Create a pull request
If you want add a new device, open a issue with device type (e.g: tv), and brand.
This project is licensed under the MIT License - see the LICENSE.md file for details.