Skip to content

ridvanaltun/react-native-metadata

Repository files navigation

react-native-metadata

npm version npm downloads CircleCI license

Ability to retrieve app metadata.

Installation

npm install react-native-metadata

# install pods for ios
npx pod-install ios

Autolinking takes care of the rest.

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