분류 전체보기

개발 스크랩/Node.js

[node.js] localhost https 적용 (SSL)

[node.js] localhost https 적용 (SSL) 서론 로컬에서 개발할 때 http://localhost:8000 과 같은 형태의 URL을 상용하게 됩니다. 하지만 소셜 로그인을 local에서 수행하고 싶을 때 벤더사마다 다른 보안 정책으로 https 프로토콜에서만 로그인 charming-kyu.tistory.com

개발 스크랩/AWS

[AWS] Route 53 HTTPS (SSL) 적용하기, 쉽게 알아보자

[AWS] Route 53 HTTPS (SSL) 적용하기, 쉽게 알아보자 오늘도 열심히 프로젝트 개발중입니다. 기존에 모두 http로 올려놓은 것들을 이제 https로 바꾸려고 합니다. 이거 적용하는데 시간이 꽤 들은 것 같습니다. 아직 미숙한 부분이 많아 좀 더 노력을 to-moneyking.tistory.com

개발 스크랩/React Native

[React Native] Splash Screen 적용하기

[React Native] Splash Screen 적용하기 React Native CLI(0.60+)에서 Splash Screen을 적용해보자. ingg.dev

개발 스크랩/React Native

[React Native] Disable swipe back action

react navigation v6 and v5, Disable swipe back action I'm working with react navigation 5 : I created MainStackScreen and AuthStackScreen, const AuthStack = createStackNavigator(); function AuthStackScreen() { return (

개발 스크랩/React Native

[React Native] BackHandler, 뒤로 가기 시 앱 종료 묻기

[React-Native] BackHandler, 뒤로 가기 시 앱 종료 묻기 ⚡ React-Native BackHandler 앱 제작 중 로그인 화면이나 메인 화면에서 뒤로 가면 즉시 앱이 종료되어 불편함을 느꼈습니다. 곰곰히 생각해보니 기존에 사용하던 어플들은 앱을 종료할 때 모달창으로 lasbe.tistory.com

개발 스크랩/React Native

[React Native] ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. 오류 해결법

ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types I am getting this warning in log : ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types even I haven't used ViewPropTypes an... stackoverflow.com

개발 스크랩/React Native

[React Native] A problem occurred configuring project':react-native-audio-recorder-player' >compileSdkVersion is not specified,while running react-native run-android 오류 해결법

A problem occurred configuring project':react-native-audio-recorder-player' >compileSdkVersion is not specified,while running re Whenever I try running react-native run-android, I am getting the following error: A problem occurred configuring project ':react-native-audio-recorder-player'. > compileSdkVersion is not specif... stackoverflow.com

개발 스크랩/React Native

[React Native] Execution failed for task ':react-native-image-crop-picker:compileDebugJavaWithJavac' 오류 해결법

[React Native Error] Execution failed for task ':react-native-image-crop-picker:compileDebugJavaWithJavac' * What went wrong: Execution failed for task ':react-native-image-crop-picker:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. 새로운 노트북에서 안드로이드를 빌드 하는데, 계속 위와 같은 borntodevelop.tistory.com

inkyoung
'분류 전체보기' 카테고리의 글 목록 (8 Page)