@umituz/react-native-settings
Version:
Settings management for React Native apps - user preferences, theme, language, notifications
11 lines (8 loc) • 314 B
text/typescript
/**
* Settings Screen Components
* Barrel export for all section components
*/
export { AppearanceSection } from "./AppearanceSection";
export { LanguageSection } from "./LanguageSection";
export { NotificationsSection } from "./NotificationsSection";
export { AboutLegalSection } from "./AboutLegalSection";