native-testing-library-docs
native-testing-library-docs copied to clipboard
🐳 Docs site for native-testing-library
Hi :wave: My name is Steve Galili, big fan of the library I've discovered lately after participating in a workshop given by Kent. I've added an extra navigation example that...
Adds @vanGalilea as a contributor for doc. This was requested by vanGalilea [in this comment](https://github.com/testing-library/native-testing-library-docs/pull/34#issuecomment-660253152)
Added `Pressable` to the list of supported components which will be supported when [this PR](https://github.com/testing-library/native-testing-library/pull/136) has been published. I've also run Prettier against the project which was not in sync...
Hi there! I was struggling to find a solution to this problem, after digging enough i found this temp fix somebody made. I'd really like to add this temporarily until...
I took a cue from @causztic PR made here https://github.com/testing-library/native-testing-library/pull/83
Removed duplicate word: - any
As Apollo becomes a more common tool for data fetching, there will be an increase of people looking to test their apollo implementations within their RN applications. While there are...