두 수를 더하는 hypothetical fuction에 대한 test 적는 방법sum.js 파일 만들기sum.test.js 파일 만들기이건 실제 테스트를 포함하고 있다.그리고 package.json에다 아래의 section을 추가한다.마지막으로, npm test를 실행
Jest는 다른 방법으로 value를 test할 수 있도록 "matchers"를 사용한다.value를 test하는 가장 쉬운 방법이 코드에서 expect(2+2)는 expectation object를 return한다. You typically won't do much
low-fat wrapper for the amazing axios http client libraryall responses follow the same flow: success and failure alickresponses have a problem propert
Mock functions allow you to test the links between code by erasing the actual implementation of a function, capturing calls to the function (and the p
스크린을 만들다가 자꾸 expo가 죽어서 레이아웃을 더럽게 짜서인가... 하여 정리해둡니다.. Flex: 크기를 비율로 설정하는 것 Flex Direction: 부모 뷰에서 지정하는 속성이고, 자식 뷰를 어떻게 구성할 건지 알려주는 속성이다. default 값은
HTML : 웹 페이지의 구조와 내용 head, body, img, table 등 html 태그를 이용하여 헤더, 본문, 꼬리말, 제목, 장, 절, 문단의 사작과 끝, 본문 텍스트를 지정하며, 어떤 이미지가 출력될 것인지 등을 지정한다. CSS : 웹 페이지의 모양
CSS3 CSS(Cascanding Style Sheet)는 HTML 문서에 색이나 모양, 출력 위치 등 외관을 꾸미는 언어이며, CSS로 작성된 코드를 스타일 시트(style sheet)라고 부른다. CSS3 스타일 시트로 꾸민 웹 페이지 예제 CSS 스타일 시트
Option == Alt스포이드(색 추출) I
test를 작성할 때, value가 특정 조건을 마주쳤을 때 확인해야 할 필요가 있다. expect는 다양한 것을 검증할 수 있는 matchers에 대한 access를 제공한다. Expect expect(value) expect function은 value를 test
만약 카메라와 마이크를 사용하기 위한 권한을 가지고 있다면, 단순히 useCameraDevice(...) hook을 사용해 camera device를 가져올 수 있다.Camera Devices are the physical (or virtual) devices tha
RTCPeerConnection The RTCPeerConnection interface representes a WebRTC connection between the local computer and a remote peer. It provides methods to
expo-camera provides a React component that renders a preview of the device's front or back camera. The camera's parameters like zoom, auto focus, whi
해당 에러는 VScode에 TypeScript 버전과 Global 환경에 설치된 TS 버전이 달라서 발생한다.VSCode에서 TS 버전을 Global과 동일하게 맞춰주면 해결된다.우선 TypeScript가 설치되어 있는지 확인한다.$npm list -g typescri

Expo 기준DomainClient IDinstall the React Native Auth0 module.app.json or app.config.js 파일에 추가You must generate the native code for the above configurat

tast scheduling을 지원하면서 real-time processing에 집중한 task queue이다.Task queues는 threads 또는 machines 위에서 작업을 구별하기 위해 mechanism으로 사용된다. task queue의 input은 ta

Docker overview Docker는 application 개발, shipping, running을 위한 open platform이다. Docker는 내 infrastructure로부터 application을 분리하는 것을 가능하게 한다, 그래서 software를
Authentication API는 Auth0을 사용할 때 user identity의 모든 측면을 관리할 수 있도록 해준다.이것은 endpoints를 제공하여 user가 log in, sign up, log out, access APIs, 그리고 등등의 것들을 할 수