diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 3945ce4c9c..966c62059e 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -358,6 +358,13 @@ module.exports = [ fbOpenSource: false, pinned: false, }, + { + caption: 'React Native Testing Library', + image: '/img/users/react-native-testing-library.png', + infoLink: 'https://callstack.github.io/react-native-testing-library/', + fbOpenSource: false, + pinned: false, + }, { caption: 'React Redux', image: '/img/users/react-redux.svg', diff --git a/website-1.x/static/img/users/react-native-testing-library.png b/website-1.x/static/img/users/react-native-testing-library.png new file mode 100644 index 0000000000..259f55870b Binary files /dev/null and b/website-1.x/static/img/users/react-native-testing-library.png differ