|
1 | 1 | # React Native In-App Browser |
2 | 2 |
|
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] |
4 | 4 |
|
5 | 5 | In-App browser support for React Native, using [Chrome Custom Tabs][chromecustomtabs] |
6 | 6 | on Android |
7 | 7 | and [Safari View Controller][sfsafariviewcontroller] on iOS. |
8 | 8 |
|
9 | 9 | ## Compatibility |
10 | 10 |
|
11 | | -⚠️**This library will stop being supported on October 1st 2020.** |
| 11 | +⚠️**Support has ended on October 1st 2020.** |
12 | 12 |
|
13 | 13 | It is recommended migrating to [react-native-inappbrowser-reborn] for continued support and more features. |
14 | 14 |
|
15 | 15 | | React Native | Library | Status | End-of-Life | |
16 | 16 | | :---------------: | :---------------------------------------: | :--------: | :---------: | |
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 | |
18 | 18 | | `0.57.x - 0.59.x` | [![npm v2 (scoped)][npm_2_shield]][npm_2] | **EOL** | 2020-01-03 | |
19 | 19 | | `0.57.x - 0.59.5` | [![npm v1 (scoped)][npm_1_shield]][npm_1] | **EOL** | 2019-06-09 | |
20 | 20 |
|
@@ -243,9 +243,5 @@ This source code is licensed under the MIT license found in the |
243 | 243 | [npm_2_shield]: https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser/legacy |
244 | 244 | [npm_1]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/1.4.1 |
245 | 245 | [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 |
250 | 246 | [tinycolor]: https://github.com/TypeCtrl/tinycolor |
251 | 247 | [react-native-inappbrowser-reborn]: https://github.com/proyecto26/react-native-inappbrowser |
0 commit comments