# React Native 0.63에 추가된 것들

> Clean Markdown view of GeekNews topic #2112. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2112](https://news.hada.io/topic?id=2112)
- GeekNews Markdown: [https://news.hada.io/topic/2112.md](https://news.hada.io/topic/2112.md)
- Type: news
- Author: [unknown](https://news.hada.io/@unknown)
- Published: 2020-05-19T13:15:47+09:00
- Updated: 2020-05-19T13:15:47+09:00
- Original source: [medium.com](https://medium.com/better-programming/whats-new-in-react-native-0-63-d17b710368b5)
- Points: 4
- Comments: 1

## Topic Body

1. 네이티브 컬러

- 플랫폼 컬러와 다이나믹 컬러를 제공

- 플랫폼 컬러 : 장치의 기본 색상을 사용

- 다이나믹 컬러 : 라이트 모드 / 다크 모드에 따라 동적으로 변하는 색상

2. Pressable

- TouchableOpacity, TouchableWithoutFeedback 를 대체하는 새로운 컴포넌트

3. LogBox

- 0.62 에서 베타모드로 지원하던 로그박스가 정식으로 지원

## Comments



### Comment 1841

- Author: unknown
- Created: 2020-05-19T13:19:06+09:00
- Points: 1

https://github.com/facebook/react-native/releases 에는 지원 종료에 대한 내용도 확인할 수 있습니다.

- ios9 지원 종료

- node.js 8 지원 종료 (10 이상만 지원)

등등...
