From c55d66f0eed1b09b174c8004918815d4b69c5eac Mon Sep 17 00:00:00 2001 From: primakov Date: Tue, 8 Aug 2023 16:26:58 +0300 Subject: [PATCH] fix read me --- README.md | 9 +-------- package.json | 20 +------------------- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 4c32032..39746d7 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,7 @@ React Native bridge to the [AppMetrica](https://appmetrica.yandex.com/) on both ## Installation -1. `npm install react-native-appmetrica --save` -2. If React Native version <= 0.59: \ - `react-native link react-native-appmetrica` -3. iOS only - * if `${PROJECT_DIR}/ios/Podfile` exists: \ - `npx pod-install` - * if `${PROJECT_DIR}/ios/Podfile` don't exists: \ - [Setup AppMetrica](https://appmetrica.yandex.com/docs/mobile-sdk-dg/tasks/ios-quickstart.html) and placed frameworks at `${PROJECT_DIR}/ios/Frameworks` +1. `npm install @jil/react-native-appmetrica --save` ## Usage diff --git a/package.json b/package.json index 866af31..871c4bd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-appmetrica", + "name": "@ijl/react-native-appmetrica", "title": "Yandex AppMetrica React Native Plugin", "version": "2.0.0", "description": "React Native plugin for AppMetrica analytics tool", @@ -7,24 +7,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "repository": { - "type": "git", - "url": "git+https://github.com/yandexmobile/react-native-appmetrica.git" - }, - "keywords": [ - "yandex", - "appmetrica", - "metrica", - "analytics", - "tracking", - "react-native", - "ecosystem:react-native", - "react-native-ios", - "react-native-android" - ], - "author": { - "name": "YANDEX LLC" - }, "license": "MIT", "homepage": "https://appmetrica.yandex.com/docs", "peerDependencies": {