react-native-metadata
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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
Android iOS

Contributing

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

License

MIT

Package Sidebar

Install

npm i react-native-metadata

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

300 kB

Total Files

95

Last publish

Collaborators

  • ridvanaltun