LogoCraftReactNative

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.

console
git clone https://github.com/craftreactnative/craftrn-ui.git
cd craftrn-ui/demo-app

Running the project

The demo app is an Expo project, so you can run it using the following commands:

console
npx expo start

This will install all dependencies and start the development server. Simply follow the instructions in the terminal to run the app.

On this page