1.0.8 • Published 10 months ago

react-native-zr-um v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

react-native-zr-um

Getting started

$ npm install react-native-zr-um --save

iOS

在 Info.plist 添加

<key>UM_APPKEY</key>
<string>友盟appkey</string>
<key>UM_CHANNEL</key>
<string>App Store</string>

Android

在 android/app/build.gradle 添加

android {
	defaultConfig {
		manifestPlaceholders = [
            UM_APPKEY: "友盟appkey",
            UM_CHANNEL: "渠道"
        ]
	}
}

在 android/app/src/main/AndroidManifest.xml 添加

<application>
    	<meta-data
                android:name="UM_APPKEY"
                android:value="${UM_APPKEY}" />
        <meta-data
                android:name="UM_CHANNEL"
                android:value="${UM_CHANNEL}" />
</application>

Usage

import {initUM} from 'react-native-zr-um';

initUM()
1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.4

10 months ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago