React Native playground
Try every component on React Native
Use the browser preview for the quickest public tour. Clone the repository for Expo, simulators, emulators, or physical-device validation; the local path avoids advertising an Expo Go QR code that the current public client cannot open.
Real package, real runtime
The gallery uses the local Lumen package, so component behavior and tokens match the code in this repository.
Local gallery
Run the React Native playground
Choose the workflow that matches your development environment.
pnpm playground:react-native:webgit clone https://github.com/santi020k/lumen.git
cd lumen
pnpm install
pnpm playground:react-nativepnpm --filter @santi020k/lumen-playground-react-native run build:android:apkInstalling locally versus publishing
You can run the gallery locally before configuring any store account.
- Run the pinned EAS CLI login and init commands once before the first remote Expo build.
- The preview EAS profile produces an installable Android APK.
- Production Android and iOS builds require store credentials and signing configured in EAS.