Sangil's blog

https://github.com/ChoiSangIl Admin

React Native Type annotations can only be used in TypeScript files.ts DEV / REACT NATIVE

2020-05-11 posted by sang12


리엑트 네티이브를 시작하기 위해 셋팅하자마자 나온 경고 메세지

Type annotations can only be used in TypeScript files.ts(8010)

 처음 시작하는데 이런 메세지가 나오면 보기가 싫다. VSCODE 환경에서 해당 메세지를 안보이게 하는 방법은 다음과 같다.

1. EXTENSIONS MARKETPLACE에서 TypeScript and JavaSript Language Features를 다운로드 받는다.

2. 다운로드 받아지면 오른쪽클릭해서 Extension Setting을 클릭!

3. TypeScript 설정에서 Javascript Validation을 체크 해제 한다.

그리고 확인해보면 해당 경고 메세지가 사라진 것을 볼 수 있다 :). 이제 ReactNatvie를 더욱 공부 해 보자!

#rn Type annotations can only be used
REPLY