Getting version information at runtime in a React Native app
react-native-device-info library provides various device and application information, including the app version.
Install
1 | npm install --save react-native-device-info |
Sample usage:
1 | import React from "react"; |