A basic background Changing app for android in #React-Native
- Changes Color of Screen Randomly
- Changes Color of Status Bar too
- Android (Download APK)
-
To start metro server run:
npx react-native start -
To run app in android run:
npx react-native run-android -
To create build apk
npx react-native run-android --variant=release
