4.31.3 • Published 11 months ago

booking-app-components v4.31.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Table of Contents

Description

This project consists of reusable components that can be used in any React Native application.

Requirements

  • This project is limited to the following versions:
    • "node": ">=20.0.0",
    • "yarn": "Use YARN instead of NPM",

Installation

yarn install
yarn start

Install Packages

Expo provides a command to install packages that ensure backwards compatibility. Avoid using yarn install or npm install, at it is least strictly required.

yarn expo install [package-name]

See components in action (Storybook)

You can see a list of components in action by running the following command:

for web

    yarn storybook:web

for mobile

    yarn storybook:android or npm run storybook:ios