Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 724 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 724 Bytes

BgChanger

A background Changing app for android in React-Native

⚡ Features

  • Changes Color of Status Bar too
  • Reset Button to get back to default Color

🔍 Preview

Quick preview

Screenshot gif

💻 Technologies

Supported Platforms

How to run

  1. To start metro server run:

    npx react-native start
    
    
  2. To run app in android run:

    npx react-native run-android
    
    
  3. To create build apk

    npx react-native run-android --variant=release