목차
접기
728x90
반응형
style={{ width: this.state.width.interpolate({ inputRange: [0, 1], outputRange: ['0%', '100%'], }), backgroundColor: this.state.width.interpolate({ inputRange: [40, 100], outputRange: ['rgba(30, 70, 30, 1.0)', 'rgba(220, 100, 50, 0.8)'], }), }}
728x90
반응형
LIST
'IT 유용한 정보' 카테고리의 다른 글
[ typescript ] Object 타입의 속성을 모두 명시하여 중복 사용하지 않고 간단하게 사용할 수 있는 방법. (0) | 2021.01.31 |
---|---|
[ typescript ] filter 함수 사용법 2가지 (0) | 2021.01.31 |
[ react-native ] animated , 옆으로 이동한다.... (0) | 2021.01.29 |
typescript 기억하기 (0) | 2021.01.26 |
[ node.js ] node.js를 설치했는데 버전이 확인되지 않을 때, (0) | 2021.01.26 |