From 2f20b1625d31d34874dc275b120568f1a365fcfc Mon Sep 17 00:00:00 2001 From: Travis Nuttall Date: Sun, 17 Sep 2017 21:58:13 -0600 Subject: [PATCH] add acknowledgements section to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 370497d..4fb60f3 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,18 @@ remotely behave unpredictably. I recommend using a third party debugging tool li [Reactotron](https://github.com/infinitered/reactotron) to aid with this. Each process, including your main application as well as your thread code can connect to Reactotron and log debugging messages. + +## Acknowledgements + +This library was heavily inspired by two other packages both under the name of +`react-native-workers`. + +The first was https://github.com/fabriciovergal/react-native-workers , +and the second was https://github.com/devfd/react-native-workers + +I ended up going with devfd's implementation strategy as it seemed more flexible +and feature-rich to me. At the time of this writing neither library was functioning +on the latest version of react native, and neither seemed to be very actively maintained. + +This library would not exist without those two reference implementations to guide me! + -- 2.26.2