📄️ Layout
The Layout component is a flexible container that can display its children or a loading indicator based on the loading prop.
📄️ ThemeText
ThemeText is a versatile React Native component that renders text with various styling options and supports HTML content. It's designed to handle different text rendering scenarios, including plain text, translated text, and HTML content with images and iframes. This component leverages the theme's font family and should be used instead of the default Text component to ensure the theme's font is applied. Detailed documentation on customizing the font family can be found in the customize-font guide.
📄️ Button
The Button component is a customizable, reusable React Native button that supports various styles, sizes, and states. It's designed to be flexible and can be used across different parts of the application.
📄️ Input
The Input component is a customizable text input field for React Native applications. It's designed to be flexible and user-friendly, with support for labels, placeholders, helper text, error messages, and password visibility toggling.
📄️ Checkbox
The CheckBox component is a versatile and customizable checkbox input designed for React Native applications. It combines functionality with flexibility, allowing developers to create interactive checkbox elements that can be easily integrated into forms, settings pages, or any part of the app requiring user confirmation or selection.
📄️ Radio
The Radio component is a customizable radio button group for React Native applications. It allows users to select a single option from a list of choices.
📄️ Select
The Select component is a customizable dropdown selector for React Native applications. It's built using the react-native-element-dropdown library and includes features like search functionality, custom styling, and error handling.
📄️ Modal Components
AppModal