Concert Light Sync is a mobile app that turns a phone screen into an audio-reactive concert light. It listens to live sound through the microphone and drives smooth 60fps visual modes—Strobe, Flow, Pulse, Solid, Wave, and Rainbow—with swipe-first controls, long-press lock, haptic color selection, and adjustable brightness. Built for dark venues, it uses a modern glassmorphism UI with a Dim UI safety option to reduce glare while keeping the light output strong.
What's new (v1.0.12)
- **AdBanner `MaxAdContentRating` scoping fix** — `MaxAdContentRating` was being destructured inside the conditional `require('react-native-google-mobile-ads')` block but was absent from the outer `let` declaration, causing a reference error in strict-mode environments. The variable is now declared at module scope alongside the other ad SDK exports so the content-rating configuration is applied reliably on all platforms.