react-native-metadata
Ability to retrieve app metadata.
Installation
npm install react-native-metadata
Usage
import Metadata from 'react-native-metadata';
// ...
const {
signingSignature,
version,
shortVersion,
packageName,
bundleIdentifier,
bundleName,
} = Metadata;
Example
Android | iOS |
---|---|
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT