From 540c60b0814b87324e38ce49c24725abc063a0f7 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Mon, 10 May 2021 07:38:05 -0500 Subject: [PATCH 1/2] docs(README): note project is no longer actively maintained --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 42ff1943..bc727fd2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # React Native Fingerprint Scanner +# Looking for Maintainers + +This project is no longer actively maintained + +---- + + [![React Native Version](https://img.shields.io/badge/react--native-latest-blue.svg?style=flat-square)](http://facebook.github.io/react-native/releases) [![Version](https://img.shields.io/npm/v/react-native-fingerprint-scanner.svg)](https://www.npmjs.com/package/react-native-fingerprint-scanner) [![NPM](https://img.shields.io/npm/dm/react-native-fingerprint-scanner.svg)](https://www.npmjs.com/package/react-native-fingerprint-scanner) From 082c6362e7bf17d28e5ddb5b5dff8855ecf62131 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 5 Aug 2021 11:59:59 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc727fd2..de9d646d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # Looking for Maintainers -This project is no longer actively maintained +This project is no longer actively maintained by the previous maintainers. +If you would like to propose a PR we can merge it though, it needs your effort to continue! ----