인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

junggyoo14104's profile image
junggyoo14104

asked

Practical React Native for iOS/Android App Development - Basic

Slider

왜 저는 slider가 안나올까요?

Written on

·

180

0

react-native community 에 똑같이 slider 검색을 했는데 안나오네요 ㅠ

react-nativees6react

Answer 1

2

wintho님의 프로필 이미지
wintho
Instructor

배정규,

안녕하세요. 지식공유자 Wintho입니다.

 

우선 답변이 늦어진 죄송합니다.

현업과 개인사에 치여 인프런 강의 관리를 위한 심적 여유를 갖지 못했습니다

너그럽게 이해해주시면 감사드리겠습니다..

 

문의 주신 내용에 답변 드리겠습니다.

 

11 13일부로, React Native에서 Slider 관련 Update 있었네요..

 

설치는

npm install --save @react-native-community/slider

하시고,

 

모듈은

import Slider from ‘@react-native-community/slider’;

 가져오시면 같습니다.

 

관련 링크 유첨 드리오니, 참고 부탁 드립니다.

 

https://reactnative.dev/docs/slider

https://github.com/callstack/react-native-slider

 

감사합니다.

junggyoo14104's profile image
junggyoo14104

asked

Ask a question