# @mawahujihara/react-native-umeng

> react-native umeng social

Latest version **1.0.13** (published 2018-09-18) · 0 weekly downloads

## Install

```sh
npm install @mawahujihara/react-native-umeng
pnpm add @mawahujihara/react-native-umeng
yarn add @mawahujihara/react-native-umeng
bun add @mawahujihara/react-native-umeng
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2018-09-18 |
| First published | 2018-05-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 27.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | mawahujihara |
| Keywords | react-native, Umeng |

## Links

- npm: https://www.npmjs.com/package/@mawahujihara/react-native-umeng
- npm.io page: https://npm.io/package/@mawahujihara/react-native-umeng

## Recent versions

- 1.0.13 (latest) — 2018-09-18
- 1.0.12 — 2018-09-18
- 1.0.11 — 2018-09-17
- 1.0.10 — 2018-09-17
- 1.0.9 — 2018-08-09
- 1.0.8 — 2018-08-09
- 1.0.7 — 2018-08-08
- 1.0.6 — 2018-07-11
- 1.0.5 — 2018-07-10
- 1.0.4 — 2018-07-10
- 1.0.3 — 2018-06-07
- 1.0.2 — 2018-05-24
- 1.0.1 — 2018-05-24
- 1.0.0 — 2018-05-24

## README

react-native友盟

# react-native-umeng

## Getting started

`$ npm install react-native-umeng --save`

### Mostly automatic installation

`$ react-native link react-native-umeng`

### 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-umeng` and add `RNUmeng.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNUmeng.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<

#### Android

1. Open up `android/app/src/main/java/[...]/MainActivity.java`
  - Add `import com.umengshare.reactnative.RNUmengPackage;` to the imports at the top of the file
  - Add `new RNUmengPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
  	```
  	include ':react-native-umeng'
  	project(':react-native-umeng').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-umeng/android')
  	```
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
  	```
      compile project(':react-native-umeng')
  	```


## Usage
```javascript
import RNUmeng from 'react-native-umeng';

// TODO: What to do with the module?
RNUmeng;
```
  


(Umeng IOS CONFIG)[https://developer.umeng.com/docs/66632/detail/66825]
>>>>>>> just ios

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