0.2.0 • Published 4 years ago

react-native-metadata v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

AndroidiOS

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT