exports와 module.exports는 동일한 객체를 바라보고 있지만, exports는 module.exports를 참조(call by reference)하는 형태이다. 따라서 exports = a의 형태로 코드를 작성하게 된다면 module.exports에 대한 참조가 끊어지고 변수 a의 값을 가진다.
출처: https://cotak.tistory.com/103 [TaxFree]
안드로이드 에뮬레이터 문제
requiring unknown module "3"
extInput 컴포넌트 문제
Property 'ref' does not exist on type 'TextInputProps | Readonly<TextInputProps>'.
immer
from file {"DONE": 4, "HEADERS_RECEIVED": 2, "LOADING": 3, "OPENED": 1, "UNSENT": 0, "_aborted": false, "_cachedResponse": undefined, "_hasError": true, "_headers": {"accept": "application/json, text/plain, */*", "content-type": "application/json"}, "_incrementalEvents": false, "_lowerCaseResponseHeaders": {}, "_method": "POST", "_perfKey": "network_XMLHttpRequest_undefined/login", "_performanceLogger": {"_closed": false, "_extras": {}, "_pointExtras": {}, "_points": {"initializeCore_end": 1652355733918, "initializeCore_start": 1652355733888}, "_timespans": {"network_XMLHttpRequest_undefined/login": [Object]}}, "_requestId": null, "_response": "Expected URL scheme 'http' or 'https' but no colon was found", "_responseType": "", "_sent": true, "_subscriptions": [], "_timedOut": false, "_trackingName": "unknown", "_url": "undefined/login", "data": undefined, "readyState": 4, "responseHeaders": undefined, "status": 0, "timeout": 0, "upload": {}, "withCredentials": true}