[ReactNative/Node.js/Rest API] WebView를 사용하여 Kakao Login 구현하기 (3 )
pug로 express 로딩 화면 구현 및 전체 코드 // views/loading.pug html head link(rel='stylesheet', href='/stylesheets/style.css') body div#divPosition img(src='/images/loading.gif') //css body { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } #divPosition { background-color: white; position: absolute; width: 400px; height: 200px; margin-left:-200px; margin-top:-100px; top: 50%..
2022.04.28