React,React-Native
react-native-device-info 앱빌드버젼표시하기
슬/도/아/밤/
2022. 5. 20. 09:50
반응형
현재 운영중인 서비스에 버젼정보에 v3.1.x 형태를 "설정" 쪽에 보여준다.
이값으로 firebase의 config 설정이나, 다른 서버에서 값을 받아서 특정버젼보다 낮으면 강제업데이트를 시킨다.
가장기본이 되는 버젼정보를 표시하는 모듈 "react-native-device-info" 많이 사용하는것 같다.
https://github.com/react-native-device-info/react-native-device-info
GitHub - react-native-device-info/react-native-device-info: Device Information for React Native iOS and Android
Device Information for React Native iOS and Android - GitHub - react-native-device-info/react-native-device-info: Device Information for React Native iOS and Android
github.com
문서도 잘되어있다.
반응형