Quick start
Running the demo app locally will allow you to browse through the components and interact with them.
Prerequisites
To run the project, you need to have a React Native environment set up. If you don't have one, you can follow the Expo documentation to set it up.
Clone the repository
Once you have your environment ready, you can clone the repository and change directory to the demo-app
folder.
Running the project
The demo app is an Expo project that requires a development build (it's not compatible with Expo Go). You can run it using the following commands:
This will install all dependencies, create a development build, and run it on your simulator/emulator or connected device. The first build may take several minutes as it needs to compile the native code.
Theming
Customize components and templates with a centralized, accessible theming system that supports light/dark modes and follows WCAG guidelines.
Installation guide
Learn how to install and configure the required dependencies to integrate the components into your React Native project. Follow this step-by-step guide to get started.