Version 썸네일형 리스트형 [ReactNative] Expo ios simulator said "This version of ..." When after update expo-cli.. the ios simulator said like this.."This version of the Expo app is out of date. Uninstall the app and run again to upgrade."The expo app on ios simulator is out of date..The solutions is just Remove the expo app on ios simulator and restart expo project..Open the ios simulator..and press the home button on the bottom of the simulator..And find the Expo application..a.. 더보기 set default nodejs version on nvm for use - nvm use [version name] set default - nvm alias default [version name] defaults to the latest node version - nvm alias default node run with specific version - nvm exec [version name] node [js file] 더보기 [GIT] 최신 tag version 가져오기 ]$ git describe --tags --abbrev=0위 명령을 이용하게 되면 최신 git version 을 가져올 수 있다.but. 만약 특정 문자를 사용하여서 tagging을 하였을 경우 해당 tag를 가져오려고 한다면 ?예를 들어 staging 소스와 deploy 소스를 따로 tagging 하여서 사용 하고 있다고 한다면 ?최신 staging version과 deploy 버전을 관리해줄 필요가 있음.이릴때는 match 속성을 사용]$ git describe --tags --abbrev=0 --match staging-*위와 같이 사용하게 되면 staging- 으로 시작하는 최신 버전을 가져오게 됨.물론 이 경우는 모두 해당 레파지토리 폴더 안에서 일어났을 때 이야기다. 사용 케이스가 deplo.. 더보기 이전 1 2 다음