# react-native-app-info-ios

> Мост для получения данных из Info.plist

Latest version **1.0.6** (published 2018-01-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-app-info-ios
pnpm add react-native-app-info-ios
yarn add react-native-app-info-ios
bun add react-native-app-info-ios
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2018-01-11 |
| First published | 2018-01-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Dmitriy Arkhipov |
| Maintainers | dmitriyarkhipov |
| Keywords | react-native |

## Links

- npm: https://www.npmjs.com/package/react-native-app-info-ios
- npm.io page: https://npm.io/package/react-native-app-info-ios

## Recent versions

- 1.0.6 (latest) — 2018-01-11
- 1.0.5 — 2018-01-11

## README

# react-native-app-info-ios

## Getting started

`$ npm install react-native-app-info-ios --save`

### Mostly automatic installation

`$ react-native link react-native-app-info-ios`

### Manual installation


#### iOS

1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-app-info-ios` and add `RNAppInfoIos.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNAppInfoIos.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<

## Usage
```javascript
import RNAppInfoIos from 'react-native-app-info-ios';

RNAppInfoIos.getData((info) => {
          console.log('App Info Plist Object: ', info);
          console.log('App Info Plist. Short Version: ', info['CFBundleShortVersionString']);
});
```

---
_Source: https://npm.io/package/react-native-app-info-ios · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
