From 3b09ea17905af46cf02682d36f24abe896590de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 11 Oct 2018 15:49:45 +0200 Subject: [PATCH] docs: mention react-native-testing-library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93b1e343..887e516c 100644 --- a/README.md +++ b/README.md @@ -1188,6 +1188,8 @@ encapsulated outside of any native module functionality. For a barebones example of testing a React Native component, [see here](https://github.com/thchia/rn-testing-library-example). +There is also a sibling project called [react-native-testing-library](https://github.com/callstack/react-native-testing-library) which aims to test React Native apps without mentioned tradeoffs, having the API inspired by and mostly compatible with this library. + ## Other Solutions