ridvanaltun / react-native-metadata

Retrieve app metada in ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Retrieve app metada in ease.

License:MIT License


Languages

Language:Java 54.2%Language:Objective-C 20.9%Language:TypeScript 9.8%Language:JavaScript 7.7%Language:Ruby 6.6%Language:C 0.5%Language:Swift 0.3%