Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit f82eef0

Browse files
committed
Prepare README.md for EOL
1 parent 0d00c09 commit f82eef0

File tree

4 files changed

+3
-96
lines changed

4 files changed

+3
-96
lines changed

.circleci/config.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.codebeatignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
*.m linguist-language=objectivec
44
*.h linguist-language=objectivec
55
scripts/*.ts linguist-vendored
6-
release-manager/*.ts linguist-vendored
76
example/* linguist-vendored
87
.eslintrc.js linguist-vendored

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# React Native In-App Browser
22

3-
[![npm (scoped)][npm_shield]][npm] [![CircleCI][circleci_shield]][circleci] [![codebeat badge][codebeat_shield]][codebeat] ![license: mit][license_shield]
3+
[![npm (scoped)][npm_shield]][npm] ![license: mit][license_shield]
44

55
In-App browser support for React Native, using [Chrome Custom Tabs][chromecustomtabs]
66
on Android
77
and [Safari View Controller][sfsafariviewcontroller] on iOS.
88

99
## Compatibility
1010

11-
⚠️**This library will stop being supported on October 1st 2020.**
11+
⚠️**Support has ended on October 1st 2020.**
1212

1313
It is recommended migrating to [react-native-inappbrowser-reborn] for continued support and more features.
1414

1515
| React Native | Library | Status | End-of-Life |
1616
| :---------------: | :---------------------------------------: | :--------: | :---------: |
17-
| `0.60.0 - 0.62.x` | [![npm (scoped)][npm_shield]][npm] | **Maintenance** | 2020-10-01 |
17+
| `0.60.0 - 0.62.x` | [![npm (scoped)][npm_shield]][npm] | **EOL** | 2020-10-01 |
1818
| `0.57.x - 0.59.x` | [![npm v2 (scoped)][npm_2_shield]][npm_2] | **EOL** | 2020-01-03 |
1919
| `0.57.x - 0.59.5` | [![npm v1 (scoped)][npm_1_shield]][npm_1] | **EOL** | 2019-06-09 |
2020

@@ -243,9 +243,5 @@ This source code is licensed under the MIT license found in the
243243
[npm_2_shield]: https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser/legacy
244244
[npm_1]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/1.4.1
245245
[npm_1_shield]: https://img.shields.io/badge/npm-v1.4.1-blue
246-
[circleci]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
247-
[circleci_shield]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield
248-
[codebeat]: https://codebeat.co/projects/github-com-matei-radu-react-native-in-app-browser-master
249-
[codebeat_shield]: https://codebeat.co/badges/eff3246a-f91a-4197-9484-11a30c22ad07
250246
[tinycolor]: https://github.com/TypeCtrl/tinycolor
251247
[react-native-inappbrowser-reborn]: https://github.com/proyecto26/react-native-inappbrowser

0 commit comments

Comments
 (0)