react-native-play-install-referrer
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -0,4 +1,13 @@ | ||
### Version 1.1.6 [29th December 2020] | ||
#### Added | ||
- Added **Example app** chapter to README. | ||
#### Changed | ||
- Unified plugin and example app package names (under the hood changes, no affect on plugin functionality). | ||
--- | ||
### Version 1.1.5 [15th September 2020] | ||
#### Fixed | ||
- Fixed issue with multiple callback invocation from native code which caused occasional crashes on some devices (https://github.com/ugi/play-install-referrer-react-native/issues/1). | ||
- Fixed issue with multiple callback invocation from native code which caused occasional crashes on some devices (https://github.com/uerceg/play-install-referrer-react-native/issues/1). | ||
@@ -5,0 +14,0 @@ #### Changed |
@@ -5,4 +5,4 @@ // | ||
// | ||
// Created by Uglješa Erceg (@ugi) on 24th April 2020. | ||
// Copyright (c) 2020 Uglješa Erceg. All rights reserved. | ||
// Created by Uglješa Erceg (@uerceg) on 24th April 2020. | ||
// Copyright (c) 2020 uerceg. All rights reserved. | ||
// | ||
@@ -9,0 +9,0 @@ |
// | ||
// index.js | ||
// play-install-referrer-react-native | ||
// version: 1.1.5 | ||
// version: 1.1.6 | ||
// | ||
// Created by Uglješa Erceg (@ugi) on 24th April 2020. | ||
// Copyright (c) 2020 Uglješa Erceg. All rights reserved. | ||
// Created by Uglješa Erceg (@uerceg) on 24th April 2020. | ||
// Copyright (c) 2020 uerceg. All rights reserved. | ||
// | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "react-native-play-install-referrer", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Play Install Referrer Library wrapper for React Native", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
], | ||
"author": "Uglješa Erceg", | ||
"author": "uerceg", | ||
"license": "MIT", | ||
@@ -21,0 +21,0 @@ "bugs": { |
@@ -10,3 +10,3 @@ # Play Install Referrer Library wrapper for React Native | ||
<td align="left">Current version:</td> | ||
<td align="left"><a href=../../releases/tag/v1.1.5><b>1.1.5</b></a></td> | ||
<td align="left"><a href=../../releases/tag/v1.1.6><b>1.1.6</b></a></td> | ||
</tr> | ||
@@ -92,4 +92,12 @@ <tr> | ||
## Example app | ||
You can find example app using **react-native-play-install-referrer** plugin inside [**app**](./app) folder of this repository. In case you want to run the app (with re-adding plugin), you can run this command **inside app folder**: | ||
``` | ||
yarn remove react-native-play-install-referrer && yarn add ../ && react-native run-android | ||
``` | ||
## Todos | ||
List of tasks to be done in this repository can be found in [here](./TODO.md). |
@@ -9,3 +9,4 @@ # Security Policy | ||
| ------- | ------------------ | | ||
| 1.1.5 | :white_check_mark: | | ||
| 1.1.6 | :white_check_mark: | | ||
| 1.1.5 | :x: | | ||
| 1.1.4 | :x: | | ||
@@ -12,0 +13,0 @@ | 1.1.3 | :x: | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26409
102