UNPKG

rnr-starter

Version:

A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture

6 lines (5 loc) 192 B
// No-op implementation for non-Android platforms export async function setAndroidNavigationBar(theme: 'light' | 'dark') { // This function does nothing on non-Android platforms return; }