Socket
Book a DemoInstallSign in
Socket

@yplabs-ltd/cnt-design-system

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@yplabs-ltd/cnt-design-system

Connecting design system

unpublished
latest
Source
npmnpm
Version
0.4.24
Version published
Maintainers
0
Created
Source

@yplabs-ltd/cnt-design-system

npm version

설명

#TO DO

설치

패키지는 yarn을 통해 설치할 수 있습니다:

yarn add @yplabs-ltd/cnt-design-system

패키지 구성

React Native 진입점

이 라이브러리의 package.json에는 React Native와 웹 환경 모두와 호환성을 보장하기 위한 특정 구성 설정이 포함되어 있습니다:

{
  "react-native": "./src/index.tsx"
}

피어 디펜던시(Peer Dependencies)

프로젝트에 다음 피어 디펜던시가 설치되어 있는지 확인하세요:

  • react >= 16.8.0
  • react-dom >= 16.8.0 (웹 지원용)
  • react-native >= 0.60.0
  • react-native-web ^0.19.12 (웹 지원용)
  • react-native-svg ^15.5.0

피어 디펜던시 설치

@yplabs-ltd/cnt-design-system 패키지를 사용하기 전에 필요한 피어 디펜던시를 설치하세요:

yarn add react@>=16.8.0 react-dom@>=16.8.0 react-native@>=0.60.0 react-native-web@^0.19.12 react-native-svg@^15.5.0

또는 개별적으로 설치할 수도 있습니다:

yarn add react@>=16.8.0
yarn add react-dom@>=16.8.0
yarn add react-native@>=0.60.0
yarn add react-native-web@^0.19.12
yarn add react-native-svg@^15.5.0

React Native에서 SVG 사용하기

@yplabs-ltd/cnt-design-systemreact-native-svgreact-native-svg-transformer를 의존성으로 사용합니다. react-native-svgreact-native-svg-transformer를 설정하려면 다음 단계를 따르세요:

react-native-svg 및 react-native-svg-transformer를 올바르게 사용하려면 아래 링크를 참조하세요:

참고: react-native-svg-transformer GitHub 저장소.

개발

이 프로젝트에 기여하거나 개발하려면:

  • 리포지토리를 클론합니다:

    git clone https://github.com/yplabs-ltd/cnt-design-system.git
    cd cnt-design-system
    
  • 디펜던시를 설치합니다:

    yarn install
    
  • 예제 프로젝트를 실행합니다:

    yarn example
    

라이선스

이 프로젝트는 MIT 라이선스 하에 제공됩니다 - 자세한 내용은 LICENSE 파일을 참조하세요.

기여

기여는 언제나 환영합니다! 자세한 내용은 CONTRIBUTING 가이드를 참조하세요.

버그 및 문제

버그가 발생하거나 제안 사항이 있는 경우 이슈 트래커에 보고해 주세요.

저자

링크

Keywords

react-native

FAQs

Package last updated on 26 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts