MrWillian / DeviceTheme

A React Native App that change your theme according to the device. By Mateus Silva

Home Page:https://www.youtube.com/watch?v=MdysIsBvTEQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

The DeviceTheme project shows how to change the theme of the application according to the configuration of the phone.

light-theme

dark-theme

Technologies

This project was developed with the following Technologies:

  • React-Native
  • Styled-Components
  • Genymotion

How To Use

Just clone and run this project. You will need Git and Yarn. And also a device emulator, we use Genymotion in this project.

# Clone this repository
$ git clone https://github.com/MrWillian/DeviceTheme

# Install dependencies
$ yarn install

# Start Metro Server
$ yarn start

And now, just run it in your Emulator.

How to Contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours. You can read ISSUE TEMPLATE to see Issues template.

About

A React Native App that change your theme according to the device. By Mateus Silva

https://www.youtube.com/watch?v=MdysIsBvTEQ


Languages

Language:Java 31.1%Language:Ruby 26.6%Language:Objective-C 22.0%Language:JavaScript 10.7%Language:Starlark 9.6%