Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 488 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 488 Bytes

This app demonstrates changing app icons dynamically.

Demo

To give it a try -

  • clone the project
  • do npm i or yarn install
  • cd ios/ && pod install && cd ..
  • To run on iOS - npx react-native run-ios
  • To run on Android - npx react-native run-android