@vitality-ds/system-react-native

v4.3.4
The react native backbone of the design system

build

npm run clean && npm run build:cjs && npm run build:esm && npm run build:declaration

build:cjs

VITALITY_DS_ENV=cjs babel --config-file ./babel.config.json ./src --out-dir ./dist --ignore "**/*.test.js" --extensions ".ts,.tsx"

build:esm

VITALITY_DS_ENV=esm babel --config-file ./babel.config.json ./src --out-dir ./dist/esm --ignore "**/*.test.js" --extensions ".ts,.tsx"

build:declaration

tsc

develop

npm run build:esm -- --watch

clean

rimraf -rf ./dist

prepublishOnly

npm run build

test

jest --passWithNoTests

lint

eslint --ext .ts,.tsx,.js . --max-warnings 0 --ignore-path ../../.eslintignore

lint:fix

npm run lint -- --fix
npm i @vitality-ds/system-react-native

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 10/9/2024

Downloads